Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mount.nfs: add EX_SUCCESS exit code | Chuck Lever | 2007-09-25 | 1 | -0/+1 |
| | | | | | | | | | | | | We've had some recent trouble, especially in the umount code, that appears to be due to functions returning a 1 or a 0 return code when they should be returning a mount exit code (such as EX_FAIL) or a 0. To help clearly distinguish these two classes of functions, define an EX_SUCCESS exit code, which is equal to zero. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Neil Brown <neilb@suse.de> | ||||
* | Move NFS mount code from util-linux to nfs-utils - part 2 | Amit Gud | 2006-06-16 | 1 | -0/+48 |
Adds the support functions needed for mount and umount. This functionality will someday be available in the form of shared mount library. Signed-off-by: Amit Gud <agud@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com> |