Skip to content
Commit f73953c0 authored by Thiemo Nagel's avatar Thiemo Nagel Committed by Theodore Ts'o
Browse files

ext4: Fix big-endian problem in __ext4_check_blockref()



Commit fe2c8191 introduced a regression on big-endian system, because
the checks to make sure block references in non-extent inodes are
valid failed to use le32_to_cpu().

Reported-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarThiemo Nagel <thiemo.nagel@ph.tum.de>
Tested-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
Cc: stable@kernel.org
parent e0724bf6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment