[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250924205730.GU39973@ZenIV>
Date: Wed, 24 Sep 2025 21:57:30 +0100
From: Al Viro <viro@...iv.linux.org.uk>
To: Kriish Sharma <kriish.sharma2006@...il.com>
Cc: brauner@...nel.org, jack@...e.cz, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, david.hunter.linux@...il.com,
skhan@...uxfoundation.org
Subject: Re: [PATCH] fs: doc: describe 'pinned' parameter in do_lock_mount()
On Wed, Sep 24, 2025 at 07:36:11PM +0000, Kriish Sharma wrote:
> The kernel-doc comment for do_lock_mount() was missing a description
> for the 'pinned' parameter:
>
> Warning: fs/namespace.c:2772 function parameter 'pinned' not described
> in 'do_lock_mount'
>
> This patch adds a short description:
>
> @pinned: receives the pinned mountpoint
>
> to fix the warning and improve documentation clarity.
Sigh... There we go again...
1. It does not improve documentation clarity - it adds
a misleading line to an opaque chunk of text that does not match
what the function *does*.
2. In -next both the calling conventions and the comment
are both changed, hopefully making it more readable.
3. Essentially the same patch has already been posted and
discussed.
NAKed-by: Al Viro <viro@...iv.linux.org.uk>
Powered by blists - more mailing lists