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

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