ext4: remove redundant checking in ext4_ioctl_checkpoint
authorGuoqing Jiang <guoqing.jiang@linux.dev>
Sun, 18 Sep 2022 11:52:19 +0000 (19:52 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 1 Oct 2022 03:46:54 +0000 (23:46 -0400)
commit78ed9354c57f31000e88783496fc84dce7c8021c
treedb2cf93a940bb409e94d61d568e522c953583843
parentdfff66f30f66b9524b661f311bbed8ff3d2ca49f
ext4: remove redundant checking in ext4_ioctl_checkpoint

It is already checked after comment "check for invalid bits set",
so let's remove this one.

Signed-off-by: Guoqing Jiang <guoqing.jiang@linux.dev>
Link: https://lore.kernel.org/r/20220918115219.12407-1-guoqing.jiang@linux.dev
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ioctl.c