From 193bc423b00eca60ae19f06d7c83ec51e932c43b Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 29 Jan 2019 11:01:22 -0600 Subject: [PATCH] xfsprogs: Remove barrier/nobarrier mount options from xfs.5 Remove the now-removed barrier/nobarrier mount options from the xfs.5 manpage. Signed-off-by: Eric Sandeen Reviewed-by: Carlos Maiolino Signed-off-by: Eric Sandeen --- man/man5/xfs.5 | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/man/man5/xfs.5 b/man/man5/xfs.5 index faaad9005..7642662f6 100644 --- a/man/man5/xfs.5 +++ b/man/man5/xfs.5 @@ -1,3 +1,4 @@ +\." tbl .TH xfs 5 .SH NAME xfs \- layout, mount options, and supported file attributes for the XFS filesystem @@ -132,20 +133,6 @@ by the filesystem. CRC enabled filesystems always use the attr2 format, and so will reject the noattr2 mount option if it is set. .TP -.BR barrier | nobarrier -Note: This option has been -.B deprecated -as of kernel v4.10; in that version, integrity operations are -always performed and the mount option is ignored. These mount -options will be removed no earlier than kernel v4.15. -.sp -Enables/disables the use of block layer write barriers for -writes into the journal and for data integrity operations. -This allows for drive level write caching to be enabled, for -devices that support write barriers. -.sp -Barriers are enabled by default. -.TP .BR discard | nodiscard Enable/disable the issuing of commands to let the block device reclaim space freed by the filesystem. This is @@ -308,6 +295,21 @@ namespace is on stable storage. This is useful in HA setups where failover must not result in clients seeing inconsistent namespace presentation during or after a failover event. +.SH REMOVED MOUNT OPTIONS +The following mount options have been removed from the kernel, and will +yield mount failures if specified. Mount options are deprecated for +a significant period time prior to removal. +.TS +tab(@); +lbl. +Name@Removed +----@------- +delaylog/nodelaylog@v4.0 +ihashsize@v4.0 +irixsgid@v4.0 +osyncisdsync/osyncisosync@v4.0 +barrier/nobarrier@v4.19 +.TE .SH FILE ATTRIBUTES The XFS filesystem supports setting the following file attributes on Linux systems using the -- 2.50.1