From fb9baa9b2045a193a3caf0a46b5cac5ef7a84b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Mon, 24 May 2021 17:53:12 +0200 Subject: [PATCH] zfsprops.8: remove nbmand-not-used-on-Linux and pointer to mount(8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Linux man-pages' mount(8) points at fcntl(2), as does mount(2), and support for it is little-used, deprecated, and configurable since 4.5. As far as I can tell, FreeBSD doesn't support nbmand at all ‒ mandatory locks are mostly dead Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia Ziemiańska Closes #12111 --- man/man8/zfsprops.8 | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/man/man8/zfsprops.8 b/man/man8/zfsprops.8 index 29f2ba7bb24d..a2f9afc19c8e 100644 --- a/man/man8/zfsprops.8 +++ b/man/man8/zfsprops.8 @@ -38,7 +38,7 @@ .\" Copyright 2019 Joyent, Inc. .\" Copyright (c) 2019, Kjeld Schouten-Lebbing .\" -.Dd May 5, 2021 +.Dd May 24, 2021 .Dt ZFSPROPS 8 .Os .Sh NAME @@ -1212,15 +1212,10 @@ location. .It Sy nbmand Ns = Ns Sy on Ns | Ns Sy off Controls whether the file system should be mounted with .Sy nbmand -.Pq Non Blocking mandatory locks . +.Pq Non-blocking mandatory locks . This is used for SMB clients. Changes to this property only take effect when the file system is umounted and -remounted. -See -.Xr mount 8 -for more information on -.Sy nbmand -mounts. This property is not used on Linux. +remounted. Support for these locks is scarce and not described by POSIX. .It Sy overlay Ns = Ns Sy on Ns | Ns Sy off Allow mounting on a busy directory or a directory which already contains files or directories.