]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd6482c9dbc2c5d9483ccbc8c7edd0dce8aa7e7be
treedb2cf93a940bb409e94d61d568e522c953583843
parent472fef163fb34a96a0536e3a5e939101a1e07174
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