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/xattr.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/xattr.c')
| -rw-r--r-- | fs/f2fs/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/xattr.c b/fs/f2fs/xattr.c index dd0646a56..ff819ee24 100644 --- a/fs/f2fs/xattr.c +++ b/fs/f2fs/xattr.c @@ -610,7 +610,7 @@ int f2fs_setxattr(struct inode *inode, int index, const char *name, if (ipage) return __f2fs_setxattr(inode, index, name, value, size, ipage, flags); - f2fs_balance_fs(sbi); + f2fs_balance_fs(sbi, true); f2fs_lock_op(sbi); /* protect xattr_ver */ |
