f2fs: do f2fs_balance_fs when block is allocated
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 23 Jan 2016 21:35:18 +0000 (13:35 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 May 2016 21:49:13 +0000 (14:49 -0700)
commitcb3358c514b36f56f4dc52123f30c0e63a8af719
tree937f75b2509c91c399307e83ae64ccab446f07f1
parentbaf12a6b246fb5a958ff16e80e3c1e7a4178c872
f2fs: do f2fs_balance_fs when block is allocated

commit 3c082b7b5b28be606ed9ef11e4741df7c722c92e upstream.

We should consider data block allocation to trigger f2fs_balance_fs.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/f2fs/data.c