]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix compile error while opening the macro DOUBLE_CHECK
authorAihua Zhang <zhangaihua1@huawei.com>
Sun, 13 Mar 2016 21:18:12 +0000 (17:18 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 13 Mar 2016 21:18:12 +0000 (17:18 -0400)
commit053c5c673e2a0319ca3a20f68e52a7c7ac239688
treeb6987a42e55f4c5f6123c67653d2d0c83f531128
parent0337e61bf65c26374f4b7bd0c2ad2f73217366de
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>
fs/ext4/ext4.h
fs/ext4/mballoc.h