diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2016-01-07 14:15:04 -0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2016-01-08 11:45:23 -0800 |
commit | 2c4db1a6f6b42e2a9fb611cbbeb71a3a9a358ee0 (patch) | |
tree | c61e7933ca50c9f69d54adc216e6384a186e3082 /fs/f2fs/f2fs.h | |
parent | 2a4b8e9fab9cea45d90179d9ee8e718c5ed26457 (diff) | |
download | lwn-2c4db1a6f6b42e2a9fb611cbbeb71a3a9a358ee0.tar.gz lwn-2c4db1a6f6b42e2a9fb611cbbeb71a3a9a358ee0.zip |
f2fs: clean up f2fs_balance_fs
This patch adds one parameter to clean up all the callers of f2fs_balance_fs.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r-- | fs/f2fs/f2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 461b32923c14..412865482a0b 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -1780,7 +1780,7 @@ void destroy_node_manager_caches(void); */ void register_inmem_page(struct inode *, struct page *); int commit_inmem_pages(struct inode *, bool); -void f2fs_balance_fs(struct f2fs_sb_info *); +void f2fs_balance_fs(struct f2fs_sb_info *, bool); void f2fs_balance_fs_bg(struct f2fs_sb_info *); int f2fs_issue_flush(struct f2fs_sb_info *); int create_flush_cmd_control(struct f2fs_sb_info *); |