From: Sage Weil Date: Tue, 6 Oct 2009 18:31:06 +0000 (-0700) Subject: ceph: on-wire types X-Git-Tag: v2.6.34-rc2~9^2~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dee3c28af2fbe22ca62739a7f57da5435d35793;p=pandora-kernel.git ceph: on-wire types These headers describe the types used to exchange messages between the Ceph client and various servers. All types are little-endian and packed. These headers are shared between the kernel and userspace, so all types are in terms of e.g. __u32. Additionally, we define a few magic values to identify the current version of the protocol(s) in use, so that discrepancies to be detected on mount. Signed-off-by: Sage Weil --- Reading git-diff-tree failed