Skip to content

Commit 8375be2

Browse files
Qi HanJaegeuk Kim
authored andcommitted
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 <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
1 parent 994b442 commit 8375be2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/f2fs/extent_cache.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ static bool __may_age_extent_tree(struct inode *inode)
9494

9595
if (!test_opt(sbi, AGE_EXTENT_CACHE))
9696
return false;
97-
/* don't cache block age info for cold file */
9897
if (is_inode_flag_set(inode, FI_COMPRESSED_FILE))
9998
return false;
10099
if (file_is_cold(inode))

0 commit comments

Comments
 (0)