]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Remove ufs code
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:38 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:38 +0000 (11:23 -0700)
There is currently no use case for it.

open-vm-tools/lib/wiper/wiperPosix.c

index b41bd72b0ee918c8fbcbe1bb74ee8a7c21393e7a..8300dba0a931c971e539e4418de5c907a0c8d8ad 100644 (file)
@@ -143,7 +143,6 @@ static const PartitionInfo gKnownPartitions[] = {
    { "ntfs",      PARTITION_NTFS,         NULL,                   TRUE        },
    { "pcfs",      PARTITION_PCFS,         NULL,                   TRUE        },
    { "reiserfs",  PARTITION_REISERFS,     NULL,                   TRUE        },
-   { "ufs",       PARTITION_UFS,          NULL,                   TRUE        },
    { "vfat",      PARTITION_FAT,          NULL,                   TRUE        },
    { "zfs",       PARTITION_ZFS,          NULL,                   FALSE       },
    { "xfs",       PARTITION_XFS,          NULL,                   TRUE        },