patch-2.4.21 linux-2.4.21/fs/jbd/revoke.c

Next file: linux-2.4.21/fs/jbd/transaction.c
Previous file: linux-2.4.21/fs/jbd/recovery.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/fs/jbd/revoke.c linux-2.4.21/fs/jbd/revoke.c
@@ -136,7 +136,7 @@
 oom:
 	if (!journal_oom_retry)
 		return -ENOMEM;
-	jbd_debug(1, "ENOMEM in " __FUNCTION__ ", retrying.\n");
+	jbd_debug(1, "ENOMEM in %s, retrying.\n", __FUNCTION__);
 	yield();
 	goto repeat;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)