mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
Byte-swapping in place is always a little dubious. Let's instead define this field to always be big-endian, and do the swapping on demand where we need it. Signed-off-by: J. Bruce Fields <bfields@redhat.com>