fs/jfs/endian24.h
deleted100644 → 0
+0
−49
+2
−2
+33
−22
+9
−16
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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:Al Viro <viro@zeniv.linux.org.uk> Signed-off-by:
Dave Kleikamp <dave.kleikamp@oracle.com> ----