[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <877co3g1yc.fsf@meer.lwn.net>
Date: Tue, 03 Oct 2023 09:28:27 -0600
From: Jonathan Corbet <corbet@....net>
To: Randy Dunlap <rdunlap@...radead.org>, linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>, linux-doc@...r.kernel.org,
Alexander Viro <viro@...iv.linux.org.uk>,
Christian Brauner <brauner@...nel.org>,
linux-fsdevel@...r.kernel.org,
Luis Chamberlain <mcgrof@...nel.org>,
Arnd Bergmann <arnd@...db.de>,
Glauber Costa <glommer@...nvz.org>
Subject: Re: [PATCH] docs: admin-guide: sysctl: fix details of struct
dentry_stat_t
Randy Dunlap <rdunlap@...radead.org> writes:
> Commit c8c0c239d5ab moved struct dentry_stat_t to fs/dcache.c but
> did not update its location in Documentation, so update that now.
> Also change each struct member from int to long as done in
> commit 3942c07ccf98.
>
> Fixes: c8c0c239d5ab ("fs: move dcache sysctls to its own file")
> Fixes: 3942c07ccf98 ("fs: bump inode and dentry counters to long")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Jonathan Corbet <corbet@....net>
> Cc: linux-doc@...r.kernel.org
> Cc: Alexander Viro <viro@...iv.linux.org.uk>
> Cc: Christian Brauner <brauner@...nel.org>
> Cc: linux-fsdevel@...r.kernel.org
> Cc: Luis Chamberlain <mcgrof@...nel.org>
> Cc: Arnd Bergmann <arnd@...db.de>
> Cc: Glauber Costa <glommer@...nvz.org>
> ---
> Documentation/admin-guide/sysctl/fs.rst | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff -- a/Documentation/admin-guide/sysctl/fs.rst b/Documentation/admin-guide/sysctl/fs.rst
> --- a/Documentation/admin-guide/sysctl/fs.rst
> +++ b/Documentation/admin-guide/sysctl/fs.rst
> @@ -42,16 +42,16 @@ pre-allocation or re-sizing of any kerne
> dentry-state
> ------------
>
> -This file shows the values in ``struct dentry_stat``, as defined in
> -``linux/include/linux/dcache.h``::
> +This file shows the values in ``struct dentry_stat_t``, as defined in
> +``fs/dcache.c``::
Applied, thanks.
jon
Powered by blists - more mailing lists