diff options
Diffstat (limited to 'xlators/mount')
-rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 2 |
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); |