]> git.ipfire.org Git - people/ms/linux.git/commit - fs/xfs/xfs_super.c
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)
commitc23c393eaab5d3097d8b95e5bcbbe73e089a6165
treecc5d8426eaab5ab0a49a20ea1e64801927712749
parentc9c626b354dca9ad59f46a5feba6c4f6c22b5a1c
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