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)
commit10495a0071516df40953574925df74be2a00cd89
tree2f81c0c3d688485dc4730c6de50a9db55b8fbd35
parent96362fb474bad694812c18cbc9943fe0f7e2ce31
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