docs: admin-guide: sysctl: fix details of struct dentry_stat_t
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 23 Sep 2023 19:51:44 +0000 (12:51 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 3 Oct 2023 15:25:55 +0000 (09:25 -0600)
commit92224e806f7c8e133b2249408958ca988cf7413f
tree25ec44250c257993d97b6a72d9e159ecbdcbc7eb
parent1f597b1a6ec28f848fc236f17f246c4cac7aa8cc
docs: admin-guide: sysctl: fix details of struct dentry_stat_t

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@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Christian Brauner <brauner@kernel.org>
Cc: linux-fsdevel@vger.kernel.org
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Glauber Costa <glommer@openvz.org>
Acked-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230923195144.26043-1-rdunlap@infradead.org
Documentation/admin-guide/sysctl/fs.rst