git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af1584f
)
btrfs: btrfs_root_readonly() broken on big-endian
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 13 Apr 2012 15:49:04 +0000
(11:49 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 13 Apr 2012 15:54:32 +0000
(11:54 -0400)
->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>
No differences found