commit | f461d2dcd511c020a26d4d791fae595c65ed09b6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Apr 24 08:43:37 2020 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 27 02:07:26 2020 -0400 |
tree | 68ff565504025976bb25a8638769ef5fe2d79e1b | |
parent | 2374c09b1c8a883bb9b4b2fc3756703eeb618f4a [diff] |
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>