* [f2fs-dev][PATCH 2/2] f2fs: add f2fs_balance_fs for expand_inode_data
@ 2014-08-04 2:11 Chao Yu
0 siblings, 0 replies; only message in thread
From: Chao Yu @ 2014-08-04 2:11 UTC (permalink / raw)
To: Jaegeuk Kim, Changman Lee; +Cc: linux-f2fs-devel, linux-fsdevel, linux-kernel
This patch adds f2fs_balance_fs in expand_inode_data to avoid allocation failure
with segment.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
---
fs/f2fs/file.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c
index 9550135..5d3b779 100644
--- a/fs/f2fs/file.c
+++ b/fs/f2fs/file.c
@@ -671,6 +671,8 @@ static int expand_inode_data(struct inode *inode, loff_t offset,
loff_t off_start, off_end;
int ret = 0;
+ f2fs_balance_fs(sbi);
+
ret = inode_newsize_ok(inode, (len + offset));
if (ret)
return ret;
--
2.0.0.421.g786a89d
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-04 2:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-04 2:11 [f2fs-dev][PATCH 2/2] f2fs: add f2fs_balance_fs for expand_inode_data Chao Yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome