]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove deprecated mount options
authorPavel Reichl <preichl@redhat.com>
Fri, 25 Sep 2020 18:10:29 +0000 (11:10 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 25 Sep 2020 18:34:08 +0000 (11:34 -0700)
commit63386f352c72c35c7a2f7fa2c9344bc156d7fa45
treecc5d8426eaab5ab0a49a20ea1e64801927712749
parent07539e87f5e0409dfbff7d8cf7aaaa162c79ff7e
xfs: remove deprecated mount options

ikeep/noikeep was a workaround for old DMAPI code which is no longer
relevant.

attr2/noattr2 - is for controlling upgrade behaviour from fixed attribute
fork sizes in the inode (attr1) and dynamic attribute fork sizes (attr2).
mkfs has defaulted to setting attr2 since 2007, hence just about every
XFS filesystem out there in production right now uses attr2.

Signed-off-by: Pavel Reichl <preichl@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
[darrick: fix minor typos]
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Documentation/admin-guide/xfs.rst
fs/xfs/xfs_super.c