All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] libceph: get rid of ceph_msg_pos
@ 2013-03-13  1:08 Alex Elder
  2013-03-13  1:09 ` [PATCH 1/4] libceph: use cursor resid for loop condition Alex Elder
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alex Elder @ 2013-03-13  1:08 UTC (permalink / raw)
  To: ceph-devel

Previously a ceph_msg_pos structure contained information
for iterating through the data in a message.  Now we use
information in a data item's cursor for that purpose.
This series completes the switchover to use of the cursor
and then eliminates that definition of ceph_msg_pos and
the functions that support it.

					-Alex

[PATCH 1/4] libceph: use cursor resid for loop condition
[PATCH 2/4] libceph: kill most of ceph_msg_pos
[PATCH 3/4] libceph: kill last of ceph_msg_pos
[PATCH 4/4] libceph: use only ceph_msg_data_advance()

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

end of thread, other threads:[~2013-03-14 19:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13  1:08 [PATCH 0/4] libceph: get rid of ceph_msg_pos Alex Elder
2013-03-13  1:09 ` [PATCH 1/4] libceph: use cursor resid for loop condition Alex Elder
2013-03-13  1:09 ` [PATCH 2/4] libceph: kill most of ceph_msg_pos Alex Elder
2013-03-13  1:09 ` [PATCH 3/4] libceph: kill last " Alex Elder
2013-03-13  1:09 ` [PATCH 4/4] libceph: use only ceph_msg_data_advance() Alex Elder
2013-03-14 19:54 ` [PATCH 0/4] libceph: get rid of ceph_msg_pos Josh Durgin

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.