summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/src/fuse-bridge.h
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2011-11-02 17:12:52 +0530
committerVijay Bellur <vijay@gluster.com>2011-11-04 08:44:50 -0700
commite7bb65ede7df803e415a32582ff644d0ef434a70 (patch)
treec528c7e18d5106fcf3361e043da4189514bf59a0 /xlators/mount/fuse/src/fuse-bridge.h
parent02b4de3c1a33dd6a37c62d0edc8307adb52638b7 (diff)
fuse resolve: send mapping 'gfid' in lookup for deep path resolve along with inode
without which, the 1:1 mapping of inode from old graph to new graph is not complete Change-Id: Idea14bc65ff74aa13fc53ebe2caa50410ccefc44 BUG: 3770 Reviewed-on: http://review.gluster.com/658 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/mount/fuse/src/fuse-bridge.h')
-rw-r--r--xlators/mount/fuse/src/fuse-bridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.h b/xlators/mount/fuse/src/fuse-bridge.h
index 78f9d85d6cc..41ea2c31916 100644
--- a/xlators/mount/fuse/src/fuse-bridge.h
+++ b/xlators/mount/fuse/src/fuse-bridge.h
@@ -273,6 +273,7 @@ typedef struct {
struct iovec vector;
uuid_t gfid;
+ xlator_t *old_xl;
} fuse_state_t;
typedef void (*fuse_resume_fn_t) (fuse_state_t *state);