ext4: use BUG_ON instead of if condition followed by BUG
authorxu xin <xu.xin16@zte.com.cn>
Tue, 28 Dec 2021 07:32:52 +0000 (07:32 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2022 18:25:56 +0000 (13:25 -0500)
commita2e3965df40af2f48ee6c97ed573adb91ced5dac
tree8533c703653ff81bbd2f6b55fd8d6f2ab27bf9e6
parentda9e480212582b336b97848c69fdd4ac8860065b
ext4: use BUG_ON instead of if condition followed by BUG

BUG_ON would be better.

This issue was detected with the help of Coccinelle.

Reported-by: Zeal robot <zealci@zte.com.cn>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: xu xin <xu.xin16@zte.com.cn>
Link: https://lore.kernel.org/r/20211228073252.580296-1-xu.xin16@zte.com.cn
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h