linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] erofs: remove unnecessary enum entries
@ 2020-10-05  7:15 Chengguang Xu
  2020-10-05  8:52 ` Gao Xiang via Linux-erofs
  2020-10-09  1:42 ` Chao Yu
  0 siblings, 2 replies; 3+ messages in thread
From: Chengguang Xu @ 2020-10-05  7:15 UTC (permalink / raw)
  To: xiang, chao; +Cc: Chengguang Xu, linux-erofs

Opt_nouser_xattr and Opt_noacl are useless, so just remove them.

Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>
---
 fs/erofs/super.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/erofs/super.c b/fs/erofs/super.c
index ddaa516c008a..b9a09806512a 100644
--- a/fs/erofs/super.c
+++ b/fs/erofs/super.c
@@ -211,9 +211,7 @@ static void erofs_default_options(struct erofs_fs_context *ctx)
 
 enum {
 	Opt_user_xattr,
-	Opt_nouser_xattr,
 	Opt_acl,
-	Opt_noacl,
 	Opt_cache_strategy,
 	Opt_err
 };
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] erofs: remove unnecessary enum entries
  2020-10-05  7:15 [PATCH] erofs: remove unnecessary enum entries Chengguang Xu
@ 2020-10-05  8:52 ` Gao Xiang via Linux-erofs
  2020-10-09  1:42 ` Chao Yu
  1 sibling, 0 replies; 3+ messages in thread
From: Gao Xiang via Linux-erofs @ 2020-10-05  8:52 UTC (permalink / raw)
  To: Chengguang Xu; +Cc: xiang, linux-erofs

On Mon, Oct 05, 2020 at 03:15:50PM +0800, Chengguang Xu wrote:
> Opt_nouser_xattr and Opt_noacl are useless, so just remove them.
> 
> Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>
> ---

Reviewed-by: Gao Xiang <hsiangkao@redhat.com>

Thanks,
Gao Xiang


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] erofs: remove unnecessary enum entries
  2020-10-05  7:15 [PATCH] erofs: remove unnecessary enum entries Chengguang Xu
  2020-10-05  8:52 ` Gao Xiang via Linux-erofs
@ 2020-10-09  1:42 ` Chao Yu
  1 sibling, 0 replies; 3+ messages in thread
From: Chao Yu @ 2020-10-09  1:42 UTC (permalink / raw)
  To: Chengguang Xu, xiang, chao; +Cc: linux-erofs

On 2020/10/5 15:15, Chengguang Xu wrote:
> Opt_nouser_xattr and Opt_noacl are useless, so just remove them.
> 
> Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

Thanks,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-09  1:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05  7:15 [PATCH] erofs: remove unnecessary enum entries Chengguang Xu
2020-10-05  8:52 ` Gao Xiang via Linux-erofs
2020-10-09  1:42 ` Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).