All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chao Yu <yuchao0@huawei.com>
To: Sheng Yong <shengyong1@huawei.com>, jaegeuk@kernel.org
Cc: miaoxie@huawei.com, linux-f2fs-devel@lists.sourceforge.net
Subject: Re: [PATCH] f2fs: quota: remove journalled project quota
Date: Thu, 26 Jul 2018 19:38:35 +0800	[thread overview]
Message-ID: <a83dac74-e7d1-2eaa-e91c-19607e809fdc@huawei.com> (raw)
In-Reply-To: <20180726112534.59007-1-shengyong1@huawei.com>

On 2018/7/26 19:25, Sheng Yong wrote:
> Quota sysfiles are already using journalled method to save quota value.
> And non-journalled project quota is not supported by userspace tools. So
> there is no need to implement journalled project quota.

Well, when quota_ino is not supported yet, I wrote patch for quota-tools to
enable project quota file support for test, but have not upstreamed them yet, so
I'd like to keep those codes, how do you think?

Thanks,

> 
> Signed-off-by: Sheng Yong <shengyong1@huawei.com>
> ---
>  Documentation/filesystems/f2fs.txt |  2 --
>  fs/f2fs/super.c                    | 20 --------------------
>  2 files changed, 22 deletions(-)
> 
> diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
> index 69f8de995739..acfb95d0d655 100644
> --- a/Documentation/filesystems/f2fs.txt
> +++ b/Documentation/filesystems/f2fs.txt
> @@ -167,11 +167,9 @@ grpquota               Enable plain group disk quota accounting.
>  prjquota               Enable plain project quota accounting.
>  usrjquota=<file>       Appoint specified file and type during mount, so that quota
>  grpjquota=<file>       information can be properly updated during recovery flow,
> -prjjquota=<file>       <quota file>: must be in root directory;
>  jqfmt=<quota type>     <quota type>: [vfsold,vfsv0,vfsv1].
>  offusrjquota           Turn off user journelled quota.
>  offgrpjquota           Turn off group journelled quota.
> -offprjjquota           Turn off project journelled quota.
>  quota                  Enable plain user disk quota accounting.
>  noquota                Disable all plain disk quota option.
>  whint_mode=%s          Control which write hints are passed down to block
> diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c
> index 6ad0414ba303..c683952fe6e6 100644
> --- a/fs/f2fs/super.c
> +++ b/fs/f2fs/super.c
> @@ -121,10 +121,8 @@ enum {
>  	Opt_prjquota,
>  	Opt_usrjquota,
>  	Opt_grpjquota,
> -	Opt_prjjquota,
>  	Opt_offusrjquota,
>  	Opt_offgrpjquota,
> -	Opt_offprjjquota,
>  	Opt_jqfmt_vfsold,
>  	Opt_jqfmt_vfsv0,
>  	Opt_jqfmt_vfsv1,
> @@ -178,10 +176,8 @@ static match_table_t f2fs_tokens = {
>  	{Opt_prjquota, "prjquota"},
>  	{Opt_usrjquota, "usrjquota=%s"},
>  	{Opt_grpjquota, "grpjquota=%s"},
> -	{Opt_prjjquota, "prjjquota=%s"},
>  	{Opt_offusrjquota, "usrjquota="},
>  	{Opt_offgrpjquota, "grpjquota="},
> -	{Opt_offprjjquota, "prjjquota="},
>  	{Opt_jqfmt_vfsold, "jqfmt=vfsold"},
>  	{Opt_jqfmt_vfsv0, "jqfmt=vfsv0"},
>  	{Opt_jqfmt_vfsv1, "jqfmt=vfsv1"},
> @@ -639,11 +635,6 @@ static int parse_options(struct super_block *sb, char *options)
>  			if (ret)
>  				return ret;
>  			break;
> -		case Opt_prjjquota:
> -			ret = f2fs_set_qf_name(sb, PRJQUOTA, &args[0]);
> -			if (ret)
> -				return ret;
> -			break;
>  		case Opt_offusrjquota:
>  			ret = f2fs_clear_qf_name(sb, USRQUOTA);
>  			if (ret)
> @@ -654,11 +645,6 @@ static int parse_options(struct super_block *sb, char *options)
>  			if (ret)
>  				return ret;
>  			break;
> -		case Opt_offprjjquota:
> -			ret = f2fs_clear_qf_name(sb, PRJQUOTA);
> -			if (ret)
> -				return ret;
> -			break;
>  		case Opt_jqfmt_vfsold:
>  			F2FS_OPTION(sbi).s_jquota_fmt = QFMT_VFS_OLD;
>  			break;
> @@ -681,10 +667,8 @@ static int parse_options(struct super_block *sb, char *options)
>  		case Opt_prjquota:
>  		case Opt_usrjquota:
>  		case Opt_grpjquota:
> -		case Opt_prjjquota:
>  		case Opt_offusrjquota:
>  		case Opt_offgrpjquota:
> -		case Opt_offprjjquota:
>  		case Opt_jqfmt_vfsold:
>  		case Opt_jqfmt_vfsv0:
>  		case Opt_jqfmt_vfsv1:
> @@ -1224,10 +1208,6 @@ static inline void f2fs_show_quota_options(struct seq_file *seq,
>  	if (F2FS_OPTION(sbi).s_qf_names[GRPQUOTA])
>  		seq_show_option(seq, "grpjquota",
>  			F2FS_OPTION(sbi).s_qf_names[GRPQUOTA]);
> -
> -	if (F2FS_OPTION(sbi).s_qf_names[PRJQUOTA])
> -		seq_show_option(seq, "prjjquota",
> -			F2FS_OPTION(sbi).s_qf_names[PRJQUOTA]);
>  #endif
>  }
>  
> 


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

  reply	other threads:[~2018-07-26 11:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-26 11:25 [PATCH] f2fs: quota: remove journalled project quota Sheng Yong
2018-07-26 11:38 ` Chao Yu [this message]
2018-07-26 11:51   ` Sheng Yong

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=a83dac74-e7d1-2eaa-e91c-19607e809fdc@huawei.com \
    --to=yuchao0@huawei.com \
    --cc=jaegeuk@kernel.org \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --cc=miaoxie@huawei.com \
    --cc=shengyong1@huawei.com \
    /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.