From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:38 +0000 (-0700) Subject: Remove ufs code X-Git-Tag: stable-10.2.0~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834787e0887697286e63b61c643771de2de6656a;p=thirdparty%2Fopen-vm-tools.git Remove ufs code There is currently no use case for it. --- diff --git a/open-vm-tools/lib/wiper/wiperPosix.c b/open-vm-tools/lib/wiper/wiperPosix.c index b41bd72b0..8300dba0a 100644 --- a/open-vm-tools/lib/wiper/wiperPosix.c +++ b/open-vm-tools/lib/wiper/wiperPosix.c @@ -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 },