From 905b9fd38a3da787de3f30d1cbdd5e85d56e2f81 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Thu, 2 Apr 2009 01:10:03 +0530 Subject: Review comment from Krishna was missed out in previous commit of fix for sending first_lookup in 2nd call --- xlators/mount/fuse/src/fuse-bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mount/fuse/src/fuse-bridge.c') 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); -- cgit