summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/stripe/src/stripe.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/stripe/src/stripe.h')
-rw-r--r--xlators/cluster/stripe/src/stripe.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/xlators/cluster/stripe/src/stripe.h b/xlators/cluster/stripe/src/stripe.h
index 7c72f5c8f..983ded2c4 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;