]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: remove redundant sanity check in sanity_check_inode()
authorChao Yu <chao@kernel.org>
Thu, 6 Jun 2024 09:55:51 +0000 (17:55 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 24 Jun 2024 17:50:21 +0000 (17:50 +0000)
commit388a2a0640e16a8887f0d47dab207f344fbdb913
tree3c2884e6f781b571b58bda4be6c6e0c18dd56ac8
parent8cb1f4080dd91c6e6b01dbea013a3f42341cb6a1
f2fs: remove redundant sanity check in sanity_check_inode()

Commit f240d3aaf5a1 ("f2fs: do more sanity check on inode") missed
to remove redundant sanity check on flexible_inline_xattr flag, fix
it.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/inode.c