diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-09-29 16:39:26 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-09-29 16:39:26 +0000 |
commit | 0fd4e043f4dac8d72a9e5460ba8e852535ae7421 (patch) | |
tree | d76cec2ae1bfe7555ea17013845af2901b603f3e /sbin/mount/mount_ufs.c | |
parent | e4b1dc5b1e1aa95f893cf604b93b7337cee7af24 (diff) | |
download | src-0fd4e043f4dac8d72a9e5460ba8e852535ae7421.tar.gz src-0fd4e043f4dac8d72a9e5460ba8e852535ae7421.zip |
Add code to skip "userquota"/"groupquota" options needed for
quotaon/quotacheck
Notes
Notes:
svn path=/head/; revision=3202
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 43dfb055e198..37d4756f6857 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 } }; |