From 4c55f76d6a4d13ec1ed3cffd31ff4acc3d3122f0 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Fri, 1 Jul 2011 00:18:53 +0000 Subject: afr/stripe: collect pathinfo xattrs from all childs Signed-off-by: Venky Shankar Signed-off-by: Anand Avati BUG: 3046 (getxattr for afr should returns realpath from all childs) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3046 --- xlators/cluster/stripe/src/stripe-mem-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/cluster/stripe/src/stripe-mem-types.h') diff --git a/xlators/cluster/stripe/src/stripe-mem-types.h b/xlators/cluster/stripe/src/stripe-mem-types.h index 2d2757e86..c376a1fc9 100644 --- a/xlators/cluster/stripe/src/stripe-mem-types.h +++ b/xlators/cluster/stripe/src/stripe-mem-types.h @@ -34,6 +34,7 @@ enum gf_stripe_mem_types_ { gf_stripe_mt_xlator_t, gf_stripe_mt_stripe_private_t, gf_stripe_mt_stripe_options, + gf_stripe_mt_xattr_sort_t, gf_stripe_mt_end }; #endif -- cgit