Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2010 20:06:56 +0300
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        Andriy Gapon <avg@freebsd.org>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: kern/141050: fstab(5): Problem with userquota, groupquota parameters in /etc/fstab
Message-ID:  <20100429170656.GA3617@a91-153-117-195.elisa-laajakaista.fi>
In-Reply-To: <4BD95B99.8040600@freebsd.org>
References:  <4BD95B99.8040600@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100429170656.GA3617>