From c23c393eaab5d3097d8b95e5bcbbe73e089a6165 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Fri, 25 Sep 2020 11:10:29 -0700 Subject: 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 Reviewed-by: Darrick J. Wong [darrick: fix minor typos] Signed-off-by: Darrick J. Wong --- Documentation/admin-guide/xfs.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation/admin-guide/xfs.rst') diff --git a/Documentation/admin-guide/xfs.rst b/Documentation/admin-guide/xfs.rst index a0e271dcaf82..9ef81beb90fe 100644 --- a/Documentation/admin-guide/xfs.rst +++ b/Documentation/admin-guide/xfs.rst @@ -240,6 +240,8 @@ Deprecated Mount Options Name Removal Schedule =========================== ================ Mounting with V4 filesystem September 2030 +ikeep/noikeep September 2025 +attr2/noattr2 September 2025 =========================== ================ -- cgit v1.2.3