From: Jeff Layton Date: Fri, 1 Oct 2021 12:25:53 +0000 (-0400) Subject: mount.8.adoc: note that mandatory locking is fully deprecated in Linux 5.15 X-Git-Tag: v2.38-rc1~232 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3ea860b9ff8d3ebea93acdde80e8627b16b6865;p=thirdparty%2Futil-linux.git mount.8.adoc: note that mandatory locking is fully deprecated in Linux 5.15 Cc: Jan Kara Signed-off-by: Jeff Layton --- diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index de97fd568c..5cd548caa1 100644 --- a/sys-utils/mount.8.adoc +++ b/sys-utils/mount.8.adoc @@ -525,7 +525,7 @@ Every time the inode is modified, the i_version field will be incremented. Do not increment the i_version inode field. *mand*:: -Allow mandatory locks on this filesystem. See *fcntl*(2). +Allow mandatory locks on this filesystem. See *fcntl*(2). This option was deprecated in Linux 5.15. *nomand*:: Do not allow mandatory locks on this filesystem.