]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ext4: remove redundant variable has_bigalloc in ext4_fill_super
authorKaixu Xia <kaixuxia@tencent.com>
Wed, 15 Apr 2020 07:25:42 +0000 (15:25 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 14 May 2020 14:40:11 +0000 (10:40 -0400)
commitef5fd681d5159d64c464715d657660f0151c7419
tree6b08fdaf07cecd1e77323330be8597987b400314
parent781c036b678c9ae978efb5f89311d0b5e6748b10
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>
fs/ext4/super.c