f2fs: add f2fs_balance_fs for expand_inode_data
authorChao Yu <[email protected]>
Mon, 4 Aug 2014 02:11:17 +0000 (10:11 +0800)
committerJaegeuk Kim <[email protected]>
Mon, 4 Aug 2014 20:02:03 +0000 (13:02 -0700)
commit497a0930bb4bd148451e1af239a082e3916b681b
tree1079d0b9749f7de0e77d0f18269b6235cdf60445
parent002a41cabb5829d59c0337dcb5fa3893e0bb15fd
f2fs: add f2fs_balance_fs for expand_inode_data

This patch adds f2fs_balance_fs in expand_inode_data to avoid allocation failure
with segment.

Signed-off-by: Chao Yu <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
fs/f2fs/file.c