From: Chuck Lever Date: Mon, 16 Jul 2007 20:28:51 +0000 (-0400) Subject: mount.nfs: Move start_statd into nfs_mount X-Git-Tag: nfs-utils-1-1-1~142 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=66ab98cbd17f7f54edda78a470579d3ab01f35c0;hp=66ab98cbd17f7f54edda78a470579d3ab01f35c0 mount.nfs: Move start_statd into nfs_mount 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 Signed-off-by: Neil Brown ---