ntfs: simplfy one-level sysctl registration for ntfs_sysctls
authorLuis Chamberlain <mcgrof@kernel.org>
Fri, 10 Mar 2023 21:49:40 +0000 (13:49 -0800)
committerLuis Chamberlain <mcgrof@kernel.org>
Thu, 13 Apr 2023 18:49:35 +0000 (11:49 -0700)
commit02148ff371b276d664780de6d1f52d52074c3e25
treed18dedb22c60dc361a5cafbf57720e26f2ee66ca
parent1119aaa823e6cc35f2e8c8793cfa58d923a15c1b
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>
fs/ntfs/sysctl.c