From c3ea860b9ff8d3ebea93acdde80e8627b16b6865 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Fri, 1 Oct 2021 08:25:53 -0400 Subject: [PATCH] mount.8.adoc: note that mandatory locking is fully deprecated in Linux 5.15 Cc: Jan Kara Signed-off-by: Jeff Layton --- sys-utils/mount.8.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index de97fd568..5cd548caa 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.