]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: remove unnecessary read for F2FS_FITS_IN_INODE
authorJia Yang <jiayang5@huawei.com>
Wed, 9 Mar 2022 11:09:35 +0000 (19:09 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 10 Mar 2022 02:48:25 +0000 (18:48 -0800)
commitd13732cc0cc920ee58d45a38d8472769171aaa1d
tree9f7ffc0259c1725e0794c8e1e210a1745ce9fce0
parent7f8e249dccc4c530cf26c2c091f5bb64e701c262
f2fs: remove unnecessary read for F2FS_FITS_IN_INODE

F2FS_FITS_IN_INODE only cares the type of f2fs inode, so there
is no need to read node page of f2fs inode.

Signed-off-by: Jia Yang <jiayang5@huawei.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c