From 7859d87fc5798b6e72b0c4c641c265e7efd7b13c Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Tue, 19 Feb 2013 12:25:56 -0600 Subject: [PATCH] --- yaml --- r: 359684 b: refs/heads/master c: 2c3dd4ff595e604cd4c4c51cff7a208f23148c2d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ceph/xattr.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f84020d2b2f7..06fca9bf448f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cc344fa1b541b116190291d366583585f03d0fe6 +refs/heads/master: 2c3dd4ff595e604cd4c4c51cff7a208f23148c2d diff --git a/trunk/fs/ceph/xattr.c b/trunk/fs/ceph/xattr.c index 2135817e708d..9b6b2b6dd164 100644 --- a/trunk/fs/ceph/xattr.c +++ b/trunk/fs/ceph/xattr.c @@ -213,7 +213,7 @@ static struct ceph_vxattr ceph_dir_vxattrs[] = { XATTR_NAME_CEPH(dir, rsubdirs), XATTR_NAME_CEPH(dir, rbytes), XATTR_NAME_CEPH(dir, rctime), - { 0 } /* Required table terminator */ + { .name = NULL, 0 } /* Required table terminator */ }; static size_t ceph_dir_vxattrs_name_size; /* total size of all names */ @@ -232,7 +232,7 @@ static struct ceph_vxattr ceph_file_vxattrs[] = { XATTR_LAYOUT_FIELD(file, layout, stripe_count), XATTR_LAYOUT_FIELD(file, layout, object_size), XATTR_LAYOUT_FIELD(file, layout, pool), - { 0 } /* Required table terminator */ + { .name = NULL, 0 } /* Required table terminator */ }; static size_t ceph_file_vxattrs_name_size; /* total size of all names */