]> 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)
commit0aacc0c92fbd811316d53481e6ee4f38f5001a78
tree2f81c0c3d688485dc4730c6de50a9db55b8fbd35
parenta31f9dd0b99b16cfbc108c1785f66a18dfb57cf5
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