diff options
author | Kaixu Xia <kaixuxia@tencent.com> | 2020-04-15 09:25:42 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-05-14 16:40:11 +0200 |
commit | ef5fd681d5159d64c464715d657660f0151c7419 (patch) | |
tree | 6b08fdaf07cecd1e77323330be8597987b400314 /fs/ext4/acl.c | |
parent | ext4: remove unnecessary test_opt for DIOREAD_NOLOCK (diff) | |
download | linux-ef5fd681d5159d64c464715d657660f0151c7419.tar.xz linux-ef5fd681d5159d64c464715d657660f0151c7419.zip |
ext4: remove redundant variable has_bigalloc in ext4_fill_super
We can use the ext4_has_feature_bigalloc() function directly to check
bigalloc feature and the variable has_bigalloc is reduncant, so remove
it.
Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Link: https://lore.kernel.org/r/1586935542-29588-1-git-send-email-kaixuxia@tencent.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/acl.c')
0 files changed, 0 insertions, 0 deletions