mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +00:00
f2fs: remove unnessary comment in __may_age_extent_tree
This comment make no sense and is in the wrong place, so let's remove it. Signed-off-by: Qi Han <hanqi@vivo.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
994b442b66
commit
8375be2b64
@ -94,7 +94,6 @@ static bool __may_age_extent_tree(struct inode *inode)
|
|||||||
|
|
||||||
if (!test_opt(sbi, AGE_EXTENT_CACHE))
|
if (!test_opt(sbi, AGE_EXTENT_CACHE))
|
||||||
return false;
|
return false;
|
||||||
/* don't cache block age info for cold file */
|
|
||||||
if (is_inode_flag_set(inode, FI_COMPRESSED_FILE))
|
if (is_inode_flag_set(inode, FI_COMPRESSED_FILE))
|
||||||
return false;
|
return false;
|
||||||
if (file_is_cold(inode))
|
if (file_is_cold(inode))
|
||||||
|
Loading…
Reference in New Issue
Block a user