]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: have cursor point to data
authorAlex Elder <elder@inktank.com>
Thu, 14 Mar 2013 19:09:06 +0000 (14:09 -0500)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:18:30 +0000 (21:18 -0700)
commitbc15b5bec5162f346c2f4641932532de9744cb7f
tree8e468e214e55cb4f6f0858d127bc7f5cfa5569fb
parent4165c8f8e76b8829d401ba24b4b5258f2b7f21bd
libceph: have cursor point to data

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 <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
include/linux/ceph/messenger.h
net/ceph/messenger.c