E0 sunrpc-endian Minimal patch to remove junk endianness warnings from net/sunrpc/*. # * usual s/u32/__be32/. # * add svc_getnl(): # Take network-endian value from buffer, convert to host-endian # and return it. # * add svc_putnl(): # Take host-endian value, convert to network-endian and put it # into a buffer. # * convert to svc_getnl(), svc_putnl(). # # Signed-off-by: Alexey Dobriyan E1 lockd-endian lockd annotations # Also touch sunrpc headers a little. Some functions there weren't called # from net/sunrpc/* # # Signed-off-by: Alexey Dobriyan E2 nfs-endian nfs annotations # Again, touch sunrpc code a little. # # Signed-off-by: Alexey Dobriyan E3 cdrom-endian cdrom: add endianness annotations # Signed-off-by: Alexey Dobriyan