aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
diff options
context:
space:
mode:
authorAl Viro <viro@ZenIV.linux.org.uk>2015-11-26 15:20:19 -0500
committerMister Oyster <oysterized@gmail.com>2017-12-31 01:44:56 +0100
commitfdf9dd5e3c41954d347328047cd65270af43fbe2 (patch)
treee223faab1e2496261644e233bb6340edc1922379 /include/linux/kernel.h
parent69a451432020b73d2094a3d97477961529aa5b64 (diff)
ext4: fix an endianness bug in ext4_encrypted_zeroout()
ex->ee_block is not host-endian (note that accesses of other fields of *ex right next to that line go through the helpers that do proper conversion from little-endian to host-endian; it might make sense to add similar for ->ee_block to avoid reintroducing that kind of bugs...) 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> Signed-off-by: Joe Maples <joe@frap129.org>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions