]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
mount.nfs: Move start_statd into nfs_mount
authorChuck Lever <chuck.lever@oracle.com>
Mon, 16 Jul 2007 20:28:51 +0000 (16:28 -0400)
committerNeil Brown <neilb@suse.de>
Fri, 20 Jul 2007 06:10:53 +0000 (16:10 +1000)
Move start_startd into network.c, and move the call inside of
nfs_mount, instead of immediately after - conceptually a better place
for it.

Also fix a minor nit:  Since the mount actually fails if start_statd
doesn't work, cause mount.nfs to exit with a status of EX_FAIL.

Still need to do something about "running_bg" in nfsmount.c:nfsmount().

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

No differences found