Skip to content

Commit

Permalink
erofs: remove unnecessary enum entries
Browse files Browse the repository at this point in the history
Opt_nouser_xattr and Opt_noacl are useless, so just remove them.

Signed-off-by: Chengguang Xu <[email protected]>
Reviewed-by: Gao Xiang <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Gao Xiang <[email protected]>
  • Loading branch information
cgxu519 authored and Gao Xiang committed Oct 9, 2020
1 parent 6ea5aad commit 915f4c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/erofs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 915f4c9

Please sign in to comment.