From: Sage Weil Date: Thu, 25 Mar 2010 22:45:38 +0000 (-0700) Subject: ceph: drop src address(es) from message header [new protocol feature] X-Git-Tag: v2.6.35-rc1~419^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbad185d4939ffb806f6fa753ef9f470e3b72b62;p=pandora-kernel.git ceph: drop src address(es) from message header [new protocol feature] The CEPH_FEATURE_NOSRCADDR protocol feature avoids putting the full source address in each message header (twice). This patch switches the client to the new scheme, and _requires_ this feature on the server. The server will support both the old and new schemes. That means an old client will work with a new server, but a new client will not work with an old server. Signed-off-by: Sage Weil --- Reading git-diff-tree failed