commit | 933439c8f3474e329709b715b43b0b8168bbecf8 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Tue Oct 11 22:57:01 2016 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Nov 23 12:10:51 2016 -0800 |
tree | e2048039efe1839eb93849ae8fd012d1c30591c7 | |
parent | 2dd15654ac0abe587a245a09a7823bbbd588bfb7 [diff] |
f2fs: give a chance to detach from dirty list If there is no dirty pages in inode, we should give a chance to detach the inode from global dirty list, otherwise it needs to call another unnecessary .writepages for detaching. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>