Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6ed3cf2c authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent af1584f5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment