]> git.decadent.org.uk Git - nfs-utils.git/commit
The mount(5) man page states that the noquota, quota, usrquota and
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 10 Mar 2008 18:49:31 +0000 (14:49 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 10 Mar 2008 18:49:31 +0000 (14:49 -0400)
commit00511ee5c97793fa8bf3f463ac07cbb4029ca149
tree4d4621151d39eadd26c5f1e181be1af4c261829f
parent8c947a43b6eb4ae1ab0c034e6ba6e8ec035b3505
The mount(5) man page states that the noquota, quota, usrquota and
grpquota options are ignored. (They are, however, used by the quota
tools, so having them in fstab can be useful.) Make mount.nfs ignore
them properly, matching the man page. There are a few aliases (like
usrjquota) that are parsed by quota, but as these are not documented
nor seem to be widely used, they are not included.

Signed-off-by: Steinar H. Gunderson <sgunderson@bigfoot.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/mount.c