Home
last modified time | relevance | path

Searched hist:a2189b77 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dsysctl.ca2189b77 Fri Mar 10 02:40:35 CST 2023 Luis Chamberlain <mcgrof@kernel.org> nfs: simplify two-level sysctl registration for nfs_cb_sysctls

There is no need to declare two tables to just create directories,
this can be easily be done with a prefix path with register_sysctl().

Simplify this registration.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>