patch-2.3.16 linux/fs/nfs/write.c
Next file: linux/fs/ntfs/fs.c
Previous file: linux/fs/nfs/nfsroot.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Aug 31 11:30:48 1999
-  Orig file: 
v2.3.15/linux/fs/nfs/write.c
-  Orig date: 
Sat Jul  3 10:44:05 1999
diff -u --recursive --new-file v2.3.15/linux/fs/nfs/write.c linux/fs/nfs/write.c
@@ -392,7 +392,7 @@
 	rpc_clnt_sigmask(clnt, &oldmask);
 	add_wait_queue(&req->wb_wait, &wait);
 	for (;;) {
-		current->state = TASK_INTERRUPTIBLE;
+		set_current_state(TASK_INTERRUPTIBLE);
 		retval = 0;
 		if (req->wb_flags & NFS_WRITE_COMPLETE)
 			break;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)