Skip to content
Commit e1f1fe79 authored by Al Viro's avatar Al Viro Committed by Dave Kleikamp
Browse files

jfs: get rid of homegrown endianness helpers



Get rid of le24 stuff, along with the bitfields use - all that stuff
can be done with standard stuff, in sparse-verifiable manner.  Moreover,
that way (shift-and-mask) often generates better code - gcc optimizer
sucks on bitfields...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDave Kleikamp <dave.kleikamp@oracle.com>
----
parent 53262d12
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