kern/141050: fstab(5): Problem with userquota, groupquota parameters in /etc/fstab

Jaakko Heinonen jh at FreeBSD.org
Thu Apr 29 17:07:00 UTC 2010


On 2010-04-29, Andriy Gapon wrote:
> I'd like to fix the issue with the following patch.
> Could you please review and/or test it?

The kernel groupquota and userquota options may not be sync with the
user space viewpoint. This is not a problem as long as the kernel
options are not used but it might be better to not store them
permanently to mnt_opt list. Possibly you can remove the options with
vfs_deleteopt() in ffs_mount().

Thank you for looking at this bug.

-- 
Jaakko


More information about the freebsd-fs mailing list