Skip to content

Commit

Permalink
f2fs: remove unnessary comment in __may_age_extent_tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Qi Han authored and Jaegeuk Kim committed Apr 24, 2023
1 parent 994b442 commit 8375be2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/f2fs/extent_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ static bool __may_age_extent_tree(struct inode *inode)

if (!test_opt(sbi, AGE_EXTENT_CACHE))
return false;
/* don't cache block age info for cold file */
if (is_inode_flag_set(inode, FI_COMPRESSED_FILE))
return false;
if (file_is_cold(inode))
Expand Down

0 comments on commit 8375be2

Please sign in to comment.