commit | 5a1c7f47da9b32d0671e776b0f388095b7f91e2e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ZenIV.linux.org.uk> | Thu Nov 26 15:20:50 2015 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Nov 26 15:20:50 2015 -0500 |
tree | b3d5975bdf2cc696f003b7791023e0a2d8758278 | |
parent | e2c9e0b28e146c9a3bce21408f3c02e24ac7ac31 [diff] |
ext4: fix an endianness bug in ext4_encrypted_follow_link() applying le32_to_cpu() to 16bit value is a bad idea... Cc: stable@vger.kernel.org # v4.1+ Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Theodore Ts'o <tytso@mit.edu>