From: bwzhou Date: Thu, 15 Nov 2007 07:21:56 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~1000 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=2a18c1cf34e5b88e0564cb9a5e052db5edd2f86e;p=fs%2Flustre-release.git Branch b1_6 b=13380 change timeout to 330 for server umount. --- diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index 19b4fcc..37145f9 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -1311,7 +1311,7 @@ static void server_wait_finished(struct vfsmount *mnt) { wait_queue_head_t waitq; struct l_wait_info lwi; - int retries = 120; + int retries = 330; init_waitqueue_head(&waitq);