diff options
| author | Jeff Layton <jlayton@kernel.org> | 2021-10-03 08:23:30 -0400 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2021-10-03 14:33:20 +0200 |
| commit | 62d23b18d89eba11596d194b35257b0b7821795d (patch) | |
| tree | 999041f45038137de16e8dad0a340cc2477fdb17 /man2 | |
| parent | 7e59106e9c34458540f7d382d5b49071d1b7104f (diff) | |
| download | man-pages-62d23b18d89eba11596d194b35257b0b7821795d.tar.gz | |
mount.2: note that mandatory locking is now fully deprecated
This support has been fully removed from the kernel as of v5.15.
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/mount.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man2/mount.2 b/man2/mount.2 index bedd39e68a..302baf6ebe 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -196,6 +196,8 @@ this mount option requires the capability and a kernel configured with the .B CONFIG_MANDATORY_FILE_LOCKING option. +Mandatory locking has been fully deprecated in v5.15 kernels, so +this flag should be considered deprecated. .TP .B MS_NOATIME Do not update access times for (all types of) files on this filesystem. |
