aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk.kim@samsung.com>2014-01-28 12:22:14 +0900
committerAndreas Blaesius <skate4life@gmx.de>2016-06-05 21:21:12 +0200
commit8a4aca1cf4d89dab3c6fc673cc68c37aad56e592 (patch)
tree30c30d7239bfd77b3f86cbc0d6ab03f78c1654d2 /fs/f2fs/f2fs.h
parent6b9122c2daca28a0a0790a967411631785553a36 (diff)
downloadkernel_samsung_espresso10-8a4aca1cf4d89dab3c6fc673cc68c37aad56e592.zip
kernel_samsung_espresso10-8a4aca1cf4d89dab3c6fc673cc68c37aad56e592.tar.gz
kernel_samsung_espresso10-8a4aca1cf4d89dab3c6fc673cc68c37aad56e592.tar.bz2
f2fs: handle dirty segments inside refresh_sit_entry
This patch cleans up the refresh_sit_entry to handle locate_dirty_segments. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 42903c3..6e9515d 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -1132,6 +1132,7 @@ void destroy_node_manager_caches(void);
void f2fs_balance_fs(struct f2fs_sb_info *);
void f2fs_balance_fs_bg(struct f2fs_sb_info *);
void invalidate_blocks(struct f2fs_sb_info *, block_t);
+void refresh_sit_entry(struct f2fs_sb_info *, block_t, block_t);
void clear_prefree_segments(struct f2fs_sb_info *);
int npages_for_summary_flush(struct f2fs_sb_info *);
void allocate_new_segments(struct f2fs_sb_info *);