mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
erofs: remove unnecessary enum entries
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> Reviewed-by: Chao Yu <yuchao0@huawei.com> Link: https://lore.kernel.org/r/20201005071550.66193-1-cgxu519@mykernel.net Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
This commit is contained in:
parent
6ea5aad32d
commit
915f4c9358
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user