Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mount.nfs: Move start_statd into nfs_mount | Chuck Lever | 2007-07-20 | 1 | -2/+3 |
| | | | | | | | | | | | | | | 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> | ||||
* | mount.nfs: Move network functions into a common source module | Chuck Lever | 2007-07-20 | 1 | -0/+31 |
Separate network oriented functions from filesystem oriented functions, for general cleanliness. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Neil Brown <neilb@suse.de> |