From: Sage Weil Date: Tue, 22 Dec 2009 19:24:33 +0000 (-0800) Subject: ceph: include transaction id in ceph_msg_header (protocol change) X-Git-Tag: v2.6.34-rc2~9^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6df058c025ce343052c5516b1d8a9a7e73cddd64;p=pandora-kernel.git 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 --- Reading git-diff-tree failed