All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Maiolino <cmaiolino@redhat.com>
To: "Theodore Ts'o" <tytso@mit.edu>
Cc: Ext4 Developers List <linux-ext4@vger.kernel.org>,
	Jan Kara <jack@suse.cz>,
	stable@vger.kernel.org
Subject: Re: [PATCH 2/2] quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format
Date: Mon, 21 Jan 2013 07:16:43 -0500	[thread overview]
Message-ID: <20130121121643.GC5789@localhost.localdomain> (raw)
In-Reply-To: <1358750781-5670-2-git-send-email-tytso@mit.edu>

Looks good,

Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
On Mon, Jan 21, 2013 at 01:46:21AM -0500, Theodore Ts'o wrote:
> Otherwise, ext4 file systems with the quota feature enable will get a
> very confusing "No such process" error message if the quota code is
> built as a mdoule and the quota_v2 module has not been loaded.
> 
> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
> Cc: Jan Kara <jack@suse.cz>
> Cc: stable@vger.kernel.org
> ---
>  include/linux/quota.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/linux/quota.h b/include/linux/quota.h
> index 58fdef12..d133711 100644
> --- a/include/linux/quota.h
> +++ b/include/linux/quota.h
> @@ -405,6 +405,7 @@ struct quota_module_name {
>  #define INIT_QUOTA_MODULE_NAMES {\
>  	{QFMT_VFS_OLD, "quota_v1"},\
>  	{QFMT_VFS_V0, "quota_v2"},\
> +	{QFMT_VFS_V1, "quota_v2"},\
>  	{0, NULL}}
>  
>  #endif /* _QUOTA_ */
> -- 
> 1.7.12.rc0.22.gcdd159b
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Carlos

  parent reply	other threads:[~2013-01-21 12:16 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-19  2:40 how to quotacheck with the new quota implementation (hidden inode)? Carlos Carvalho
2013-01-21  5:47 ` Theodore Ts'o
2013-01-21  6:46   ` [PATCH 1/2] ext4: release sysfs kobject when failing to enable quotas on mount Theodore Ts'o
2013-01-21  6:46     ` [PATCH 2/2] quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format Theodore Ts'o
2013-01-21 10:40       ` Jan Kara
2013-01-21 15:01         ` Theodore Ts'o
2013-01-21 15:10           ` Jan Kara
2013-01-21 15:50             ` Theodore Ts'o
2013-01-21 19:08               ` Jan Kara
2013-01-21 12:16       ` Carlos Maiolino [this message]
2013-01-21 12:12     ` [PATCH 1/2] ext4: release sysfs kobject when failing to enable quotas on mount Carlos Maiolino
2013-01-21 17:26   ` how to quotacheck with the new quota implementation (hidden inode)? Carlos Carvalho
2013-01-21 19:34   ` Aditya Kali
2013-01-31 19:01   ` Carlos Carvalho
2013-01-31 19:04     ` Aditya Kali
2013-01-31 19:13       ` Carlos Carvalho
2013-01-31 22:03         ` Theodore Ts'o
2013-01-31 22:28           ` Jan Kara
2013-01-31 22:44             ` Carlos Carvalho
2013-01-31 23:03             ` Theodore Ts'o
2013-02-04  9:42               ` Jan Kara
2013-01-31 22:41           ` Carlos Carvalho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130121121643.GC5789@localhost.localdomain \
    --to=cmaiolino@redhat.com \
    --cc=jack@suse.cz \
    --cc=linux-ext4@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.