diff options
| author | Jaegeuk Kim <jaegeuk@kernel.org> | 2016-01-07 14:15:04 -0800 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-13 12:32:47 +0200 |
| commit | 0279ba3dc1f4ec09c7122833b1b7515e50076d89 (patch) | |
| tree | 48d5463b7b417f723ade9b90f29b5d77a0f25e60 /fs/f2fs/inline.c | |
| parent | 6a15d5fed67922ee3b1aab6a5104c0b094dd4c01 (diff) | |
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>
Conflicts:
fs/f2fs/namei.c
Diffstat (limited to 'fs/f2fs/inline.c')
| -rw-r--r-- | fs/f2fs/inline.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/f2fs/inline.c b/fs/f2fs/inline.c index 6a77d7984..fb2aee9a3 100644 --- a/fs/f2fs/inline.c +++ b/fs/f2fs/inline.c @@ -200,8 +200,7 @@ out: f2fs_put_page(page, 1); - if (dn.node_changed) - f2fs_balance_fs(sbi); + f2fs_balance_fs(sbi, dn.node_changed); return err; } |
