public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
From: Yang Xu <xuyang2018.jy@fujitsu.com>
To: <linux-ext4@vger.kernel.org>
Cc: Yang Xu <xuyang2018.jy@fujitsu.com>
Subject: [PATCH] ext4: Remove deprecated flag for noacl and noxattr_user mount options
Date: Thu, 2 Jun 2022 18:01:39 +0800	[thread overview]
Message-ID: <1654164099-2164-1-git-send-email-xuyang2018.jy@fujitsu.com> (raw)

Since kernel commit f70486055ee3 ("ext4: try to deprecate noacl and
noxattr_user mount options"), we deprecated these two mount options
because no other filesystem used the

But now, acl has been used by ext4 ext2 btrfs f2fs ocfs2 and noxattr_user
has been used by ext4 ext2 f2fs ocfs2.

I think it is time to remove deprecated flag for them.

Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
---
 fs/ext4/super.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 450c918d68fc..8a0cc8815ee7 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -2116,10 +2116,6 @@ static int ext4_parse_param(struct fs_context *fc, struct fs_parameter *param)
 		else
 			return note_qf_name(fc, GRPQUOTA, param);
 #endif
-	case Opt_noacl:
-	case Opt_nouser_xattr:
-		ext4_msg(NULL, KERN_WARNING, deprecated_msg, param->key, "3.5");
-		break;
 	case Opt_sb:
 		if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) {
 			ext4_msg(NULL, KERN_WARNING,
-- 
2.23.0


             reply	other threads:[~2022-06-02  9:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-02 10:01 Yang Xu [this message]
2022-06-02 11:04 ` [PATCH] ext4: Remove deprecated flag for noacl and noxattr_user mount options Lukas Czerner
2022-07-06 10:05   ` xuyang2018.jy

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=1654164099-2164-1-git-send-email-xuyang2018.jy@fujitsu.com \
    --to=xuyang2018.jy@fujitsu.com \
    --cc=linux-ext4@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox