commit | a2821e34df141ac6019552618b57fa09227ff0dd | [log] [tgz] |
---|---|---|
author | Aihua Zhang <zhangaihua1@huawei.com> | Sun Mar 13 17:18:12 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Mar 13 17:18:12 2016 -0400 |
tree | b6987a42e55f4c5f6123c67653d2d0c83f531128 | |
parent | 7915a861c01839a05eb7346023741742c4d2135e [diff] |
ext4: fix compile error while opening the macro DOUBLE_CHECK the error is: fs/ext4/mballoc.c:475:43: error: 'struct ext4_group_info' has no member named 'bb_bitmap'. so, the definition of macro DOUBLE_CHECK should before 'struct ext4_group_info', I fixed it, and I moved the macro AGGRESSIVE_CHECK together, because I think they shoule be together. Signed-off-by: Aihua Zhang <zhangaihua1@huawei.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>