Re: [PATCH 3/6] libceph: have cursor point to data

2013-04-08 Thread Josh Durgin
Reviewed-by: Josh Durgin On 04/05/2013 03:25 PM, Alex Elder wrote: Rather than having a ceph message data item point to the cursor it's associated with, have the cursor point to a data item. This will allow a message cursor to be used for more than one data item. Signed-off-by: Alex Elder --

[PATCH 3/6] libceph: have cursor point to data

2013-04-05 Thread Alex Elder
Rather than having a ceph message data item point to the cursor it's associated with, have the cursor point to a data item. This will allow a message cursor to be used for more than one data item. Signed-off-by: Alex Elder --- include/linux/ceph/messenger.h |8 +-- net/ceph/messenger.c