Home
last modified time | relevance | path

Searched hist:"6 df058c025ce343052c5516b1d8a9a7e73cddd64" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dcaps.cdiff 6df058c025ce343052c5516b1d8a9a7e73cddd64 Tue Dec 22 13:24:33 CST 2009 Sage Weil <sage@newdream.net> ceph: include transaction id in ceph_msg_header (protocol change)

Many (most?) message types include a transaction id. By including it in
the fixed size header, we always have it available even when we are unable
to allocate memory for the (larger, variable sized) message body. This
will allow us to error out the appropriate request instead of (silently)
dropping the reply.

Signed-off-by: Sage Weil <sage@newdream.net>
H A Dmds_client.cdiff 6df058c025ce343052c5516b1d8a9a7e73cddd64 Tue Dec 22 13:24:33 CST 2009 Sage Weil <sage@newdream.net> ceph: include transaction id in ceph_msg_header (protocol change)

Many (most?) message types include a transaction id. By including it in
the fixed size header, we always have it available even when we are unable
to allocate memory for the (larger, variable sized) message body. This
will allow us to error out the appropriate request instead of (silently)
dropping the reply.

Signed-off-by: Sage Weil <sage@newdream.net>