]> git.decadent.org.uk Git - nfs-utils.git/commit
umount.nfs: make _nfsumount() static
authorChuck Lever <chuck.lever@oracle.com>
Sat, 28 Jul 2007 21:49:59 +0000 (17:49 -0400)
committerNeil Brown <neilb@suse.de>
Mon, 30 Jul 2007 06:12:53 +0000 (16:12 +1000)
commit264c9705f48e145f9cb3575a953336dcd2161e49
tree5b4355312de78df7f3340aa17c0d33cf746871cc
parent886308ab293efefd15d6ac5ef6aa2424c4695021
umount.nfs: make _nfsumount() static

_nfsumount() is never called outside of nfsumount.c.  Also give it a more
conventional name.

Note that it's return code is ignored.  That will be addressed in a
subsequent patch.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/mount/nfsumount.c