summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/src/fuse-helpers.c
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2011-01-13 06:55:37 +0000
committerAnand V. Avati <avati@dev.gluster.com>2011-02-22 02:12:02 -0800
commitb2d94417764ca5462cbdcdd634ea45ba12c8877f (patch)
tree5dfed708d2eaca891462401cae817d27425674f6 /xlators/mount/fuse/src/fuse-helpers.c
parent23d9783a192669b638d42b8dd127ad69ea36f950 (diff)
fuse-resolve: correction in resolve logic
* bring in soft (gfid based) and hard (path based) resolving * 'fd' resolving to new graph is not yet done. * fuse-resolve works similar to server-resolve Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 2281 (I/O operations exit when add-brick is done) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2281
Diffstat (limited to 'xlators/mount/fuse/src/fuse-helpers.c')
-rw-r--r--xlators/mount/fuse/src/fuse-helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mount/fuse/src/fuse-helpers.c b/xlators/mount/fuse/src/fuse-helpers.c
index ec2cfe296..cd35d7192 100644
--- a/xlators/mount/fuse/src/fuse-helpers.c
+++ b/xlators/mount/fuse/src/fuse-helpers.c
@@ -50,9 +50,9 @@ fuse_active_subvol (xlator_t *fuse)
static void
-fuse_resolve_wipe (gf_resolve_t *resolve)
+fuse_resolve_wipe (fuse_resolve_t *resolve)
{
- struct gf_resolve_comp *comp = NULL;
+ struct fuse_resolve_comp *comp = NULL;
if (resolve->path)
GF_FREE ((void *)resolve->path);