diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-04-02 01:10:03 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-02 01:10:03 +0530 |
commit | 905b9fd38a3da787de3f30d1cbdd5e85d56e2f81 (patch) | |
tree | 065deb16fb223bc88094e83085e55fe994909043 /xlators/mount | |
parent | 25d415e1917df1cac363142fb6fd3768f3e7d2af (diff) |
Review comment from Krishna was missed out in previous commit of fix for sending first_lookup in 2nd call
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); |