From b2d94417764ca5462cbdcdd634ea45ba12c8877f Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 13 Jan 2011 06:55:37 +0000 Subject: 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 Signed-off-by: Anand V. Avati BUG: 2281 (I/O operations exit when add-brick is done) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2281 --- xlators/mount/fuse/src/fuse-helpers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/mount/fuse/src/fuse-helpers.c') diff --git a/xlators/mount/fuse/src/fuse-helpers.c b/xlators/mount/fuse/src/fuse-helpers.c index ec2cfe29601..cd35d719214 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); -- cgit