linux-hardened/include/linux/ceph
Alex Elder bca064d236 libceph: use "do" in CRC-related Boolean variables
Change the name (and type) of a few CRC-related Boolean local
variables so they contain the word "do", to distingish their purpose
from variables used for holding an actual CRC value.

Note that in the process of doing this I identified a fairly serious
logic error in write_partial_msg_pages():  the value of "do_crc"
assigned appears to be the opposite of what it should be.  No
attempt to fix this is made here; this change preserves the
erroneous behavior.  The problem I found is documented here:
    http://tracker.newdream.net/issues/2064

Signed-off-by: Alex Elder <elder@dreamhost.com>
Signed-off-by: Sage Weil <sage@newdream.net>
2012-03-22 10:47:51 -05:00
..
auth.h ceph: Move secret key parsing earlier. 2011-03-29 12:11:16 -07:00
buffer.h
ceph_debug.h
ceph_frag.h
ceph_fs.h ceph: use LOOKUPINO to make unconnected nfs fh more reliable 2011-05-24 11:52:05 -07:00
ceph_hash.h
debugfs.h
decode.h
libceph.h rbd: make ceph_parse_options() return a pointer 2012-03-22 10:47:47 -05:00
mdsmap.h
messenger.h libceph: use "do" in CRC-related Boolean variables 2012-03-22 10:47:51 -05:00
mon_client.h
msgpool.h
msgr.h
osd_client.h libceph: Allocate larger oid buffer in request msgs 2011-11-11 09:50:19 -08:00
osdmap.h
pagelist.h
rados.h ceph: update common header files 2011-03-21 12:24:21 -07:00
types.h