ext4: fix wrong usage of le32_to_cpu()
authorMichael Walle <michael@walle.cc>
Mon, 29 Aug 2016 08:46:46 +0000 (10:46 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 13:02:05 +0000 (09:02 -0400)
commit011bc3342a485345f7136eed20e0477b8cd5580f
treed9d38b45daf42574502b5b01a6162113367732a8
parent58a9ecbaf4a2e2754509f52862a8a039b73b3744
ext4: fix wrong usage of le32_to_cpu()

le32_to_cpu() must only convert the revision_level and not the boolean
result.

Signed-off-by: Michael Walle <michael@walle.cc>
fs/ext4/ext4_common.c