]> Git Repo - linux.git/commit
ext4: remove redundant mb_regenerate_buddy()
authorChunguang Xu <[email protected]>
Sat, 7 Nov 2020 15:58:12 +0000 (23:58 +0800)
committerTheodore Ts'o <[email protected]>
Thu, 3 Dec 2020 14:42:39 +0000 (09:42 -0500)
commit6bd97bf273bdb4944904e57480f6545bca48ad77
tree9b53e65653f562385b554b32aa3c9aa18cbb9c1f
parent837c23fbc1b812f814c75388b6b364349c02efd8
ext4: remove redundant mb_regenerate_buddy()

After this patch (163a203), if an abnormal bitmap is detected, we
will mark the group as corrupt, and we will not use this group in
the future. Therefore, it should be meaningless to regenerate the
buddy bitmap of this group, It might be better to delete it.

Signed-off-by: Chunguang Xu <[email protected]>
Reviewed-by: Andreas Dilger <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
fs/ext4/mballoc.c
This page took 0.076815 seconds and 4 git commands to generate.