commit | 2aff57b0c052344e8401a8b4a33c2a1ecb0f627c | [log] [tgz] |
---|---|---|
author | Yongqiang Yang <xiaoqiangnk@gmail.com> | Wed Dec 28 12:02:13 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Dec 28 12:02:13 2011 -0500 |
tree | 48713b187d571baab9951dace5b8ace86289a654 | |
parent | 22cdfca5641817060dd724a9c30442f5c0675fcd [diff] |
ext4: allocate delalloc blocks before changing journal mode delalloc blocks should be allocated before changing journal mode, otherwise they can not be allocated and even more truncate on delalloc blocks could triggre BUG by flushing delalloc buffers. Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>