summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2017-01-12 20:42:39 +0100
committerIlya Dryomov <idryomov@gmail.com>2017-01-18 17:58:45 +0100
commitfe2ed42517533068ac03eed5630fffafff27eacf (patch)
tree152b818c980317a00c08634f246dd1e4b51ba56e /README
parentceph: fix endianness of getattr mask in ceph_d_revalidate (diff)
downloadlinux-fe2ed42517533068ac03eed5630fffafff27eacf.tar.xz
linux-fe2ed42517533068ac03eed5630fffafff27eacf.zip
ceph: fix endianness bug in frag_tree_split_cmp
sparse says: fs/ceph/inode.c:308:36: warning: incorrect type in argument 1 (different base types) fs/ceph/inode.c:308:36: expected unsigned int [unsigned] [usertype] a fs/ceph/inode.c:308:36: got restricted __le32 [usertype] frag fs/ceph/inode.c:308:46: warning: incorrect type in argument 2 (different base types) fs/ceph/inode.c:308:46: expected unsigned int [unsigned] [usertype] b fs/ceph/inode.c:308:46: got restricted __le32 [usertype] frag We need to convert these values to host-endian before calling the comparator. Fixes: a407846ef7c6 ("ceph: don't assume frag tree splits in mds reply are sorted") Signed-off-by: Jeff Layton <jlayton@redhat.com> Reviewed-by: Sage Weil <sage@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions