summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenno Schulenberg2014-07-25 14:55:03 +0200
committerKarel Zak2014-07-28 11:16:57 +0200
commit556c9c484288e9d1514a44ea0a3a72b6cc8c9232 (patch)
tree66d8dae78587b6a538da91d07a1436470185cdea
parentdocs: improve some wordings in the man page of mount (diff)
downloadkernel-qcow2-util-linux-556c9c484288e9d1514a44ea0a3a72b6cc8c9232.tar.gz
kernel-qcow2-util-linux-556c9c484288e9d1514a44ea0a3a72b6cc8c9232.tar.xz
kernel-qcow2-util-linux-556c9c484288e9d1514a44ea0a3a72b6cc8c9232.zip
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 <bensberg@justemail.net>
-rw-r--r--bash-completion/findmnt3
-rw-r--r--bash-completion/mount2
-rw-r--r--bash-completion/umount2
-rw-r--r--disk-utils/fsck.81
-rw-r--r--disk-utils/fsck.c3
-rw-r--r--disk-utils/mkfs.83
-rw-r--r--sys-utils/mount.85
7 files changed, 5 insertions, 14 deletions
diff --git a/bash-completion/findmnt b/bash-completion/findmnt
index 3ed331ac0..0f62aa434 100644
--- a/bash-completion/findmnt
+++ b/bash-completion/findmnt
@@ -61,8 +61,7 @@ _findmnt_module()
hfsplus hpfs iso9660 jfs minix msdos
ncpfs nfs nfs4 ntfs proc qnx4 ramfs
reiserfs romfs squashfs smbfs sysv tmpfs
- ubifs udf ufs umsdos usbfs vfat xenix xfs
- xiafs"
+ ubifs udf ufs umsdos usbfs vfat xenix xfs"
COMPREPLY=( $(compgen -W "$TYPES" -- $cur) )
return 0
;;
diff --git a/bash-completion/mount b/bash-completion/mount
index db97a918a..7ebcec33e 100644
--- a/bash-completion/mount
+++ b/bash-completion/mount
@@ -20,7 +20,7 @@ devpts nodevpts nfs4 nonfs4 usbfs nousbfs
efs noefs ntfs nontfs vfat novfat
ext noext proc noproc xenix noxenix
ext2 noext2 qnx4 noqnx4 xfs noxfs
-ext3 noext3 ramfs noramfs xiafs noxiafs
+ext3 noext3 ramfs noramfs
ext4 noext4 reiserfs noreiserfs
hfs nohfs romfs noromfs
"
diff --git a/bash-completion/umount b/bash-completion/umount
index f178bd772..5be921ef7 100644
--- a/bash-completion/umount
+++ b/bash-completion/umount
@@ -20,7 +20,7 @@ devpts nodevpts nfs4 nonfs4 usbfs nousbfs
efs noefs ntfs nontfs vfat novfat
ext noext proc noproc xenix noxenix
ext2 noext2 qnx4 noqnx4 xfs noxfs
-ext3 noext3 ramfs noramfs xiafs noxiafs
+ext3 noext3 ramfs noramfs
ext4 noext4 reiserfs noreiserfs
"
COMPREPLY=( $(compgen -W "$TYPES" -- $cur) )
diff --git a/disk-utils/fsck.8 b/disk-utils/fsck.8
index 51864d39a..833fca2aa 100644
--- a/disk-utils/fsck.8
+++ b/disk-utils/fsck.8
@@ -457,7 +457,6 @@ or
.BR fsck.nfs (8),
.BR fsck.vfat (8),
.BR fsck.xfs (8),
-.BR fsck.xiafs (8),
.BR reiserfsck (8).
.ad
.SH AUTHOR
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"
};
/*
diff --git a/disk-utils/mkfs.8 b/disk-utils/mkfs.8
index 6246db937..675822d90 100644
--- a/disk-utils/mkfs.8
+++ b/disk-utils/mkfs.8
@@ -100,8 +100,7 @@ for the ext2 filesystem.
.BR mkfs.minix (8),
.BR mkfs.msdos (8),
.BR mkfs.vfat (8),
-.BR mkfs.xfs (8),
-.BR mkfs.xiafs (8)
+.BR mkfs.xfs (8)
.ad
.SH AVAILABILITY
The mkfs command is part of the util-linux package and is available from
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index b73e854f3..1acd7ce09 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -2982,11 +2982,6 @@ where failover must not result in clients seeing
inconsistent namespace presentation during or after a
failover event.
-.SH "Mount options for xiafs"
-None. Although nothing is wrong with xiafs, it is not used much,
-and is not maintained. Probably one shouldn't use it.
-Since Linux version 2.1.21 xiafs is no longer part of the kernel source.
-
.SH "THE LOOP DEVICE"
One further possible type is a mount via the loop device. For example,
the command