]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hpfs: endianness bugs
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 13 Apr 2012 05:24:37 +0000 (01:24 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 21 Apr 2012 22:50:53 +0000 (18:50 -0400)
commit0d82bc30f0d2f96a51fb52af34a179790b1b750f
tree0a5573d5d654abac2bc88cfcfaa96c0e9db45e23
parentb8141d35d94f179aa60e1a9ac59b549a052ffd1e
hpfs: endianness bugs

a couple of le32 and le16 used with wrong le..._to_cpu(), plus
idiotic use of le32_to_cpu() on 1-bit bitfield

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hpfs/ea.c
fs/hpfs/super.c