diff options
author | ache <ache@FreeBSD.org> | 1994-09-29 16:39:26 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-29 16:39:26 +0000 |
commit | 445ab444e1597c9fa62fba52e9b53ba245bf6254 (patch) | |
tree | d76cec2ae1bfe7555ea17013845af2901b603f3e /sbin/mount/mount_ufs.c | |
parent | 5d7c4c64ff46ee920afcab53de0c65c805705556 (diff) | |
download | FreeBSD-src-445ab444e1597c9fa62fba52e9b53ba245bf6254.zip FreeBSD-src-445ab444e1597c9fa62fba52e9b53ba245bf6254.tar.gz |
Add code to skip "userquota"/"groupquota" options needed for
quotaon/quotacheck
Diffstat (limited to 'sbin/mount/mount_ufs.c')
-rw-r--r-- | sbin/mount/mount_ufs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index 43dfb05..37d4756 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -60,6 +60,8 @@ static struct mntopt mopts[] = { MOPT_ASYNC, MOPT_SYNC, MOPT_UPDATE, + MOPT_UQUOTA, + MOPT_GQUOTA, { NULL } }; |