From b02cf677ff6ec178f35e4300bb83b130c1834b05 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Thu, 1 Oct 2009 06:58:56 +0000 Subject: stripe: NFS-friendly logic changes Signed-off-by: Anand V. Avati BUG: 145 (NFSv3 related additions to 2.1 task list) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=145 --- xlators/cluster/stripe/src/stripe.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'xlators/cluster/stripe/src/stripe.h') diff --git a/xlators/cluster/stripe/src/stripe.h b/xlators/cluster/stripe/src/stripe.h index 7c72f5c8f8d..983ded2c471 100644 --- a/xlators/cluster/stripe/src/stripe.h +++ b/xlators/cluster/stripe/src/stripe.h @@ -93,7 +93,13 @@ struct stripe_local { /* Used by _cbk functions */ struct stat stbuf; - struct stat preop_buf; + struct stat pre_buf; + struct stat post_buf; + struct stat pre_parent_buf; + struct stat post_parent_buf; + + struct stat pre_newparent_buf; + struct stat post_newparent_buf; struct readv_replies *replies; struct statvfs statvfs_buf; -- cgit