From: Al Viro Date: Fri, 13 Apr 2012 15:49:04 +0000 (-0400) Subject: btrfs: btrfs_root_readonly() broken on big-endian X-Git-Tag: v3.4-rc4~35^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed3cf2cdfce4c9f1d73171bd3f27d9cb77b734e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed