Files
tegra-linux-noble/include/linux
Alex Elder 6644ed7b7e libceph: make message data be a pointer
Begin the transition from a single message data item to a list of
them by replacing the "data" structure in a message with a pointer
to a ceph_msg_data structure.

A null pointer will indicate the message has no data; replace the
use of ceph_msg_has_data() with a simple check for a null pointer.

Create functions ceph_msg_data_create() and ceph_msg_data_destroy()
to dynamically allocate and free a data item structure of a given type.

When a message has its data item "set," allocate one of these to
hold the data description, and free it when the last reference to
the message is dropped.

This partially resolves:
    http://tracker.ceph.com/issues/4429

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2013-05-01 21:17:37 -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-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