]> git.decadent.org.uk Git - nfs-utils.git/commit
mountd: make local functions in v4root.c static
authorChuck Lever <chuck.lever@oracle.com>
Sat, 23 Mar 2013 12:03:56 +0000 (08:03 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 25 Mar 2013 14:09:09 +0000 (10:09 -0400)
commitbbee50bbebc245d4e1d496d046ff0ae04217612d
tree2a8ebe93ef25dd20676f54354479b766aea9b725
parent2b445aa10fde7e84681f98a61e806e0c10da8be2
mountd: make local functions in v4root.c static

Clean up.  set_pseudofs_security() and pseudofs_update() have no
call sites outside of v4root.c, and there are no header declarations
for either function.  Define both as static.

Acked-by: J. Bruce Fields <bfields@fieldses.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/v4root.c