projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea5aad
)
erofs: remove unnecessary enum entries
author
Chengguang Xu
<cgxu519@mykernel.net>
Mon, 5 Oct 2020 07:15:50 +0000
(15:15 +0800)
committer
Gao Xiang
<hsiangkao@redhat.com>
Fri, 9 Oct 2020 02:37:42 +0000
(10:37 +0800)
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>
fs/erofs/super.c
patch
|
blob
|
history
diff --git
a/fs/erofs/super.c
b/fs/erofs/super.c
index ddaa516c008af417e03f680e94741e82333570a3..b9a09806512aeea1af714041af57091c02437cae 100644
(file)
--- 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
};