All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fcntl.2: note that mandatory locking is fully deprecated as of v5.15
@ 2021-10-01 12:13 Jeff Layton
  2021-10-02 17:41 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2021-10-01 12:13 UTC (permalink / raw)
  To: linux-man
  Cc: alx.manpages, mtk.manpages, linux-fsdevel, linux-kernel, Jan Kara

Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
 man2/fcntl.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 7b5604e3a699..90e4c4a9f379 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -619,8 +619,8 @@ Because of these bugs,
 and the fact that the feature is believed to be little used,
 since Linux 4.5, mandatory locking has been made an optional feature,
 governed by a configuration option
-.RB ( CONFIG_MANDATORY_FILE_LOCKING ).
-This is an initial step toward removing this feature completely.
+.RB ( CONFIG_MANDATORY_FILE_LOCKING ). This feature is no longer
+supported at all in Linux 5.15 and above.
 .PP
 By default, both traditional (process-associated) and open file description
 record locks are advisory.
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fcntl.2: note that mandatory locking is fully deprecated as of v5.15
  2021-10-01 12:13 [PATCH] fcntl.2: note that mandatory locking is fully deprecated as of v5.15 Jeff Layton
@ 2021-10-02 17:41 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-10-02 17:41 UTC (permalink / raw)
  To: Jeff Layton
  Cc: mtk.manpages, linux-fsdevel, linux-kernel, Jan Kara, linux-man

On 10/1/21 2:13 PM, Jeff Layton wrote:
> Cc: Jan Kara <jack@suse.cz>
> Signed-off-by: Jeff Layton <jlayton@kernel.org>
> ---
>   man2/fcntl.2 | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man2/fcntl.2 b/man2/fcntl.2
> index 7b5604e3a699..90e4c4a9f379 100644
> --- a/man2/fcntl.2
> +++ b/man2/fcntl.2
> @@ -619,8 +619,8 @@ Because of these bugs,
>   and the fact that the feature is believed to be little used,
>   since Linux 4.5, mandatory locking has been made an optional feature,
>   governed by a configuration option
> -.RB ( CONFIG_MANDATORY_FILE_LOCKING ).
> -This is an initial step toward removing this feature completely.
> +.RB ( CONFIG_MANDATORY_FILE_LOCKING ). This feature is no longer
> +supported at all in Linux 5.15 and above.

The same applies here.  Please use a newline after '.', as the previous 
text did.

Thanks,

Alex

>   .PP
>   By default, both traditional (process-associated) and open file description
>   record locks are advisory.
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-02 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 12:13 [PATCH] fcntl.2: note that mandatory locking is fully deprecated as of v5.15 Jeff Layton
2021-10-02 17:41 ` Alejandro Colomar (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.