summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2012-04-13 15:22:57 +0530
committerVijay Bellur <vijay@gluster.com>2012-04-16 11:21:50 -0700
commit42c06ba048d0bcb7093063bf99dfa3e520a038a5 (patch)
tree1292a8246b590520807533140e65157f3cc81144 /xlators/mount/fuse
parentc75a5d348f0d30b61bdc45e9e54d623957a6050f (diff)
glusterd/rebalance: Start process with xlator option client-pid -3
This would prevent updation of xtime by the marker. Signed-off-by: shishir gowda <shishirng@gluster.com> Change-Id: I11e287511026326271c2926e55993e48b32018f6 BUG: 812287 Reviewed-on: http://review.gluster.com/3144 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Mohammed Junaid <junaid@redhat.com> Reviewed-by: Csaba Henk <csaba@redhat.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/mount/fuse')
-rw-r--r--xlators/mount/fuse/src/fuse-helpers.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/mount/fuse/src/fuse-helpers.c b/xlators/mount/fuse/src/fuse-helpers.c
index 482785d79..8af19de9d 100644
--- a/xlators/mount/fuse/src/fuse-helpers.c
+++ b/xlators/mount/fuse/src/fuse-helpers.c
@@ -504,6 +504,10 @@ fuse_flip_xattr_ns (fuse_private_t *priv, char *okey, char **nkey)
if (strcmp (okey, UNPRIV_XA_NS".glusterfs.pathinfo") == 0)
need_flip = _gf_true;
break;
+
+ /* This is never true for fuse mount, as defrag uses syncops */
+ case GF_CLIENT_PID_DEFRAG:
+ goto out;
}
if (need_flip) {