ext4: remove useless conditional branch code
authorwuchi <wuchi.zero@gmail.com>
Sat, 1 Apr 2023 07:53:03 +0000 (15:53 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 20 Apr 2023 03:39:08 +0000 (23:39 -0400)
commit17809d3cf801374d7c23101800770ea34951f3c8
treee68b6936f7a575ee7dea23fb311fbc5381476c4c
parent8ae56b4e82ee29b5cc1fbea8b00a0a7e0758f3c2
ext4: remove useless conditional branch code

It's ok because the code will be optimized by the compiler, just
try to simple the code.

Signed-off-by: wuchi <wuchi.zero@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230401075303.45206-1-wuchi.zero@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/bitmap.c