https://github.com/torvalds/linux
Revision 6a3ca4f18873f950895cb64ddefafb51a732e3f7 authored by Dan Carpenter on 06 June 2012, 14:15:33 UTC, committed by Sage Weil on 18 July 2012, 04:30:31 UTC
Sparse complains about this because:
drivers/block/rbd.c:996:20: warning: cast to restricted __le32
drivers/block/rbd.c:996:20: warning: cast from restricted __le16

These are set in osd_req_encode_op() and they are le16.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Alex Elder <elder@inktank.com>
(cherry picked from commit 895cfcc810e53d7d36639969c71efb9087221167)
1 parent 236df37
History
Tip revision: 6a3ca4f18873f950895cb64ddefafb51a732e3f7 authored by Dan Carpenter on 06 June 2012, 14:15:33 UTC
rbd: endian bug in rbd_req_cb()
Tip revision: 6a3ca4f
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.7 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 208.2 KB
Makefile -rw-r--r-- 46.0 KB
README -rw-r--r-- 17.3 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top