commit | 02148ff371b276d664780de6d1f52d52074c3e25 | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Fri Mar 10 13:49:40 2023 -0800 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Thu Apr 13 11:49:35 2023 -0700 |
tree | d18dedb22c60dc361a5cafbf57720e26f2ee66ca | |
parent | 1119aaa823e6cc35f2e8c8793cfa58d923a15c1b [diff] |
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>