]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Move /proc management functions to the end of the file
authorDavid Howells <dhowells@redhat.com>
Fri, 18 May 2018 10:46:14 +0000 (11:46 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 18 May 2018 10:46:14 +0000 (11:46 +0100)
commit1ee89bacccbc87392a4501223f29ebfd5183cb1d
tree2f81c0c3d688485dc4730c6de50a9db55b8fbd35
parentbb97e299d395d3793fd565a5698b8cf1d3af2345
afs: Move /proc management functions to the end of the file

In fs/afs/proc.c, move functions that create and remove /proc files to the
end of the source file as a first stage in getting rid of all the forward
declarations.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/proc.c