patch-2.1.56 linux/fs/lockd/clntlock.c
Next file: linux/fs/locks.c
Previous file: linux/fs/inode.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Sep 19 10:14:53 1997
-  Orig file: 
v2.1.55/linux/fs/lockd/clntlock.c
-  Orig date: 
Thu Jul 17 10:06:07 1997
diff -u --recursive --new-file v2.1.55/linux/fs/lockd/clntlock.c linux/fs/lockd/clntlock.c
@@ -71,7 +71,7 @@
 	 * nlmclnt_lock for an explanation.
 	 */
 	current->timeout = jiffies + 30 * HZ;
-	interruptible_sleep_on(&block.b_wait);
+	sleep_on(&block.b_wait);
 
 	for (head = &nlm_blocked; *head; head = &(*head)->b_next) {
 		if (*head == &block) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov