[Ocfs2-devel] [PATCH] ocfs2: Enable quota accounting on mount, disable on umount

Joel Becker Joel.Becker at oracle.com
Tue Oct 21 16:51:55 PDT 2008


On Mon, Oct 20, 2008 at 07:23:59PM +0200, Jan Kara wrote:
> Enable quota usage tracking on mount and disable it on umount. Also
> add support for quota on and quota off quotactls and usrquota and
> grpquota mount options.
> 
> Signed-off-by: Jan Kara <jack at suse.cz>
> ---

	Looks good, with one small comment.

> @@ -660,6 +798,22 @@ static int ocfs2_fill_super(struct super_block *sb, void *data, int silent)
>  	osb->preferred_slot = parsed_options.slot;
>  	osb->osb_commit_interval = parsed_options.commit_interval;
>  	osb->local_alloc_size = parsed_options.localalloc_opt;
> +	if (osb->s_mount_opt & OCFS2_MOUNT_USRQUOTA &&
> +	    !OCFS2_HAS_RO_COMPAT_FEATURE(sb,
> +					 OCFS2_FEATURE_RO_COMPAT_USRQUOTA)) {
> +		status = -EINVAL;
> +		mlog(ML_ERROR, "User quota requested but filesystem feature "
> +			       "is not set\n");

	Can we say "User quotas were requested, but this filesystem does not
have the feature enabled.\n"?  The same for group quotas.

Joel

-- 

"Nothing is wrong with California that a rise in the ocean level
 wouldn't cure."
        - Ross MacDonald

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127



More information about the Ocfs2-devel mailing list