Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ported the create_mtab() routine from util-linux-ng as well | Christiaan Welvaart | 2008-07-15 | 1 | -0/+5 |
| | | | | | | | | some add_mtab() updates to better hand the instances where /etc/mtab does not exist or is not writable Signed-off-by: Christiaan Welvaart <cjw@daneel.dyndns.org> Signed-off-by: Steve Dickson <steved@redhat.com> | ||||
* | mount.nfs: clean up a couple of printfs in fstab.c | Chuck Lever | 2007-07-30 | 1 | -9/+12 |
| | | | | | | | Clean up for consistent use. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Neil Brown <neilb@suse.de> | ||||
* | libnfs.a: eliminate another dependency on a global variable | Chuck Lever | 2007-07-30 | 1 | -0/+555 |
The file support/nfs/fstab.c, which is linked into libnfs.a, depends on the global variable "verbose." This variable is defined and used only in the mount command, and the functions in fstab.c are used only by the mount command. Move fstab.c and support/include/fstab.h to utils/mount. This file placement is also consistent with at least one other mount helper, mount.ocfs2. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Neil Brown <neilb@suse.de> |