Home
last modified time | relevance | path

Searched hist:"02148 ff371b276d664780de6d1f52d52074c3e25" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ntfs/
H A Dsysctl.cdiff 02148ff371b276d664780de6d1f52d52074c3e25 Fri Mar 10 15:49:40 CST 2023 Luis Chamberlain <mcgrof@kernel.org> ntfs: simplfy one-level sysctl registration for ntfs_sysctls

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

Simplify this registration.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>