From 556c9c484288e9d1514a44ea0a3a72b6cc8c9232 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 25 Jul 2014 14:55:03 +0200 Subject: various: erase all traces of the long-obsolete xiafs The xiafs filesystem was removed from the kernel fifteen years ago, and any kernel that contained it reached end of life ten years ago. It's time to stop mentioning it in the mount man page and elsewhere. Signed-off-by: Benno Schulenberg --- disk-utils/fsck.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'disk-utils/fsck.c') diff --git a/disk-utils/fsck.c b/disk-utils/fsck.c index 40c59c666..a0f9db1d5 100644 --- a/disk-utils/fsck.c +++ b/disk-utils/fsck.c @@ -81,8 +81,7 @@ static const char *really_wanted[] = { "ext4", "ext4dev", "jfs", - "reiserfs", - "xiafs" + "reiserfs" }; /* -- cgit v1.2.3-55-g7522