All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] libceph: clean up some code involving CRCs
@ 2012-02-29  4:49 Alex Elder
  2012-02-29  4:50 ` [PATCH 1/3] libceph: use "do" in CRC-related Boolean variables Alex Elder
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Alex Elder @ 2012-02-29  4:49 UTC (permalink / raw)
  To: ceph-devel

Rename a few variables so it's clearer which indicate that a
CRC should be computed and which hold an actual CRC value.
Separate CRC calculation from byte swapping to improve
readability.  And move some code that runs on only on
the last pass through a couple of loops outside the loop
body.

					-Alex

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-02 23:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29  4:49 [PATCH 0/3] libceph: clean up some code involving CRCs Alex Elder
2012-02-29  4:50 ` [PATCH 1/3] libceph: use "do" in CRC-related Boolean variables Alex Elder
2012-02-29  4:50 ` [PATCH 2/3] libceph: separate CRC calculation from byte swapping Alex Elder
2012-02-29  4:50 ` [PATCH 3/3] libceph: do crc calculations outside loop Alex Elder
2012-03-02 21:47 ` [PATCH 0/3] libceph: clean up some code involving CRCs Sage Weil
2012-03-02 23:30   ` Alex Elder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.