patch-2.0.36 linux/fs/nfs/inode.c
Next file: linux/fs/nfs/nfsiod.c
Previous file: linux/fs/nfs/dir.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Sun Nov 15 10:33:14 1998
-  Orig file: 
v2.0.35/linux/fs/nfs/inode.c
-  Orig date: 
Sat Nov 30 02:21:21 1996
diff -u --recursive --new-file v2.0.35/linux/fs/nfs/inode.c linux/fs/nfs/inode.c
@@ -344,6 +344,9 @@
 	current->session = 1;
 	current->pgrp = 1;
 	sprintf(current->comm, "nfsiod");
+#ifndef MODULE
+	current->blocked = ~0UL;
+#endif
 	ret = nfsiod();
 	MOD_DEC_USE_COUNT;
 	return ret;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov