summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mount/fuse')
-rw-r--r--xlators/mount/fuse/src/fuse-bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c
index 01068c4c4..75f4d771a 100644
--- a/xlators/mount/fuse/src/fuse-bridge.c
+++ b/xlators/mount/fuse/src/fuse-bridge.c
@@ -2567,7 +2567,7 @@ fuse_thread_proc (void *data)
chan_size);
if (priv->first_call) {
- if (priv->first_call > 2) {
+ if (priv->first_call > 1) {
priv->first_call--;
} else {
fuse_root_lookup (this);