]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
umount.nfs: move nfs_call_umount to network.c
authorChuck Lever <chuck.lever@oracle.com>
Sat, 28 Jul 2007 21:49:43 +0000 (17:49 -0400)
committerNeil Brown <neilb@suse.de>
Mon, 30 Jul 2007 06:12:53 +0000 (16:12 +1000)
nfs_call_umount() is shared by nfsmount.c and nfsumount.c, and manages a
network function (building the RPC umount call to the server's MNT daemon).
So move it to network.c with other network-related functions.

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

No differences found