From: Alex Elder Date: Mon, 23 Jan 2012 21:49:28 +0000 (-0600) Subject: ceph: use macros to normalize vxattr table definitions X-Git-Tag: v3.4-rc1~76^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb78808446aeed8e25b080c66bf823c1f188236d;p=pandora-kernel.git ceph: use macros to normalize vxattr table definitions Entries in the ceph virtual extended attribute tables all follow a distinct pattern in their definition. Enforce this pattern through the use of a macro. Also, a null name field signals the end of the table, so make that be the first field in the ceph_vxattr_cb structure. Signed-off-by: Alex Elder Signed-off-by: Sage Weil --- Reading git-diff-tree failed