summaryrefslogtreecommitdiff
path: root/open-vm-tools/lib/wiper/wiperPosix.c
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/lib/wiper/wiperPosix.c')
-rw-r--r--open-vm-tools/lib/wiper/wiperPosix.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/open-vm-tools/lib/wiper/wiperPosix.c b/open-vm-tools/lib/wiper/wiperPosix.c
index 88fc1a30..7eae1c5c 100644
--- a/open-vm-tools/lib/wiper/wiperPosix.c
+++ b/open-vm-tools/lib/wiper/wiperPosix.c
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2004 VMware, Inc. All rights reserved.
+ * Copyright (C) 2004-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -144,6 +144,8 @@ static const PartitionInfo gKnownPartitions[] = {
{ "ufs", PARTITION_UFS, NULL, TRUE },
{ "vfat", PARTITION_FAT, NULL, TRUE },
{ "zfs", PARTITION_ZFS, NULL, FALSE },
+ { "xfs", PARTITION_XFS, NULL, TRUE },
+ { "btrfs", PARTITION_BTRFS, NULL, TRUE },
};
static Bool initDone = FALSE;