diff options
author | Jeff Layton <jlayton@redhat.com> | 2017-01-12 14:42:40 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-21 17:21:37 +0200 |
commit | 6839ad59f9d5058b3b7e2c608b4a9d08619134a3 (patch) | |
tree | 3e20569be8ad081c18ebefbb6befb8e662a8403b /fs/squashfs | |
parent | df37e8fadf749d2bd7010e420baef11542ecaca9 (diff) |
ceph: fix bogus endianness change in ceph_ioctl_set_layout
[ Upstream commit 24c149ad6914d349d8b64749f20f3f8ea5031fe0 ]
sparse says:
fs/ceph/ioctl.c:100:28: warning: cast to restricted __le64
preferred_osd is a __s64 so we don't need to do any conversion. Also,
just remove the cast in ceph_ioctl_get_layout as it's not needed.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/squashfs')
0 files changed, 0 insertions, 0 deletions