]> git.dujemihanovic.xyz Git - linux.git/commit
sunrpc: move sunrpc_table and proc routines above
authorLuis Chamberlain <mcgrof@kernel.org>
Sat, 11 Mar 2023 23:39:43 +0000 (15:39 -0800)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 11 Apr 2023 16:45:19 +0000 (12:45 -0400)
commit32e356be32b6676d2d641ed4a4fe088c6d211d92
tree7cdeaa0be2c052caef57503e73b36bcc2b3a3aaf
parentc946cb69f238b2bd3e42790b8450f76b62b491f4
sunrpc: move sunrpc_table and proc routines above

No need to do a forward declaration for sunrpc_table, just move
the sysctls up as everyone else does it. This will make the next
change easier to read. This change produces no functional changes.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/sysctl.c