sysctl: avoid forward declarations
authorChristoph Hellwig <hch@lst.de>
Fri, 24 Apr 2020 06:43:37 +0000 (08:43 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 27 Apr 2020 06:07:26 +0000 (02:07 -0400)
commitf461d2dcd511c020a26d4d791fae595c65ed09b6
tree68ff565504025976bb25a8638769ef5fe2d79e1b
parent2374c09b1c8a883bb9b4b2fc3756703eeb618f4a
sysctl: avoid forward declarations

Move the sysctl tables to the end of the file to avoid lots of pointless
forward declarations.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/sysctl.c