summaryrefslogtreecommitdiffstats
path: root/utils/mount/mount_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* mount.nfs: Move MS_DUMMY and friends to header fileChuck Lever2007-07-201-0/+12
| | | | | | | | | We move the definitions of MS_USER and friends to our local copy of mount_constants.h. These will need to be available in nfsmount.c and nfs4mount.c when we move the mount system call out of mount.c. 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 1Amit Gud2006-06-161-0/+53
Adds the mount directory and the code to mount and umount the NFS file system. Signed-off-by: Amit Gud <agud@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>