Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 6e324b8d authored by Chengguang Xu's avatar Chengguang Xu Committed by Michael Bestas
Browse files

erofs: remove unnecessary enum entries



Opt_nouser_xattr and Opt_noacl are useless, so just remove them.

Change-Id: I43b4b7911793357b183c5b8c810a7052590e9119
Signed-off-by: default avatarChengguang Xu <cgxu519@mykernel.net>
Reviewed-by: default avatarGao Xiang <hsiangkao@redhat.com>
Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Link: https://lore.kernel.org/r/20201005071550.66193-1-cgxu519@mykernel.net


Signed-off-by: default avatarGao Xiang <hsiangkao@redhat.com>
parent 52f906c3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
};