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

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