]> www.infradead.org Git - users/jedix/linux-maple.git/commit
coda: simplify one-level sysctl registration for coda_table
authorLuis Chamberlain <mcgrof@kernel.org>
Fri, 10 Mar 2023 21:48:17 +0000 (13:48 -0800)
committerLuis Chamberlain <mcgrof@kernel.org>
Thu, 13 Apr 2023 18:49:35 +0000 (11:49 -0700)
commit1119aaa823e6cc35f2e8c8793cfa58d923a15c1b
tree5e68b4ea20f893f9d83b3cf237c82806fe763f5b
parent3d379b8d0de0492e86b93a1b8cd07403825fe23d
coda: simplify one-level sysctl registration for coda_table

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.

Acked-by: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
fs/coda/sysctl.c