diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2009-10-01 06:58:56 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-01 07:23:20 -0700 |
commit | b02cf677ff6ec178f35e4300bb83b130c1834b05 (patch) | |
tree | 798d4d5c80714ec5ef1e81d203fa483d9bcc2950 /xlators/cluster/stripe/src/stripe.h | |
parent | ef07ef24562d3fe4355af849d2a50a16b8fb6db7 (diff) |
stripe: NFS-friendly logic changes
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 145 (NFSv3 related additions to 2.1 task list)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=145
Diffstat (limited to 'xlators/cluster/stripe/src/stripe.h')
-rw-r--r-- | xlators/cluster/stripe/src/stripe.h | 8 |
1 files changed, 7 insertions, 1 deletions
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; |