diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-04-13 17:49:04 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-04-13 17:54:32 +0200 |
commit | 6ed3cf2cdfce4c9f1d73171bd3f27d9cb77b734e (patch) | |
tree | 482cf2252206cb23267fc64823e224c294165c15 /fs/compat.c | |
parent | ext4: fix endianness breakage in ext4_split_extent_at() (diff) | |
download | linux-6ed3cf2cdfce4c9f1d73171bd3f27d9cb77b734e.tar.xz linux-6ed3cf2cdfce4c9f1d73171bd3f27d9cb77b734e.zip |
btrfs: btrfs_root_readonly() broken on big-endian
->root_flags is __le64 and all accesses to it go through the helpers
that do proper conversions. Except for btrfs_root_readonly(), which
checks bit 0 as in host-endian...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/compat.c')
0 files changed, 0 insertions, 0 deletions