patch-2.1.75 linux/fs/nfs/write.c
Next file: linux/fs/nls/nls_base.c
Previous file: linux/fs/nfs/nfsroot.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Dec 21 17:33:27 1997
-  Orig file: 
v2.1.74/linux/fs/nfs/write.c
-  Orig date: 
Fri Dec 19 15:53:00 1997
diff -u --recursive --new-file v2.1.74/linux/fs/nfs/write.c linux/fs/nfs/write.c
@@ -832,7 +832,7 @@
 		req->wb_flags |= NFS_WRITE_WANTLOCK;
 
 	if (WB_WANTLOCK(req) && test_and_set_bit(PG_locked, &page->flags)) {
-		dprintk("NFS:      page already locked in writeback_lock!\n");
+		printk("NFS: page already locked in writeback_lock!\n");
 		task->tk_timeout = 2 * HZ;
 		rpc_sleep_on(&write_queue, task, NULL, NULL);
 		return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov