commit | eb78808446aeed8e25b080c66bf823c1f188236d | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@dreamhost.com> | Mon Jan 23 15:49:28 2012 -0600 |
committer | Alex Elder <elder@dreamhost.com> | Thu Mar 22 10:47:46 2012 -0500 |
tree | d6d907a1028ead5286721f7d165c8cd20a6f4632 | |
parent | 22891907193e005923a14384d82d702f6af4f0cf [diff] |
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 <elder@dreamhost.com> Signed-off-by: Sage Weil <sage@newdream.net>