Files
ack-tegra/include/linux
Alex Elder 36153ec9dd libceph: move cursor into message
A message will only be processing a single data item at a time, so
there's no need for each data item to have its own cursor.

Move the cursor embedded in the message data structure into the
message itself.  To minimize the impact, keep the data->cursor
field, but make it be a pointer to the cursor in the message.

Move the definition of ceph_msg_data above ceph_msg_data_cursor so
the cursor can point to the data without a forward definition rather
than vice-versa.

This and the upcoming patches are part of:
    http://tracker.ceph.com/issues/3761

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2013-05-01 21:18:29 -07:00
..
2013-05-01 21:18:29 -07:00
2013-03-01 13:39:00 -08:00
2013-03-19 19:15:52 +01:00
2013-02-26 02:46:08 -05:00
2013-02-22 23:31:31 -05:00
2013-02-06 15:59:47 -05:00
2013-01-29 13:59:57 -05:00
2013-04-16 16:45:45 -07:00
2013-03-22 16:41:20 -07:00
2013-04-09 14:09:17 -04:00
2013-02-19 08:43:34 +01:00
2013-03-19 19:15:52 +01:00
2013-02-10 19:41:08 -05:00
2013-02-14 09:21:15 -05:00
2013-03-20 12:10:38 -04:00
2013-02-08 18:28:04 +01:00