]> git.decadent.org.uk Git - nfs-utils.git/commit
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)
commita4b10d48a730fbc6ff62197facddccdf7e204610
treeec3a5e96c9be37b16c9a61b45844a7005dd88638
parent5e30f39229acd1cb9e5e6fa73c6adb34401866d3
umount.nfs: move nfs_call_umount to network.c

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>
utils/mount/network.c
utils/mount/network.h
utils/mount/nfsumount.c
utils/mount/nfsumount.h