All of lore.kernel.org
 help / color / mirror / Atom feed
* [Kernel-janitors] [PATCH 3/5] remove concatenation with
@ 2004-04-04  3:16 Tony Breeds
  0 siblings, 0 replies; only message in thread
From: Tony Breeds @ 2004-04-04  3:16 UTC (permalink / raw)
  To: kernel-janitors

diff -X dontdiff -purN 2.6.5-rc3.clean/include/linux/jbd.h 2.6.5-rc3.kj_func/include/linux/jbd.h
--- 2.6.5-rc3.clean/include/linux/jbd.h	2004-01-16 21:07:50.000000000 +1100
+++ 2.6.5-rc3.kj_func/include/linux/jbd.h	2004-04-04 12:36:11.000000000 +1000
@@ -1001,10 +1001,10 @@ extern int	cleanup_journal_tail(journal_
 /* Debugging code only: */
 
 #define jbd_ENOSYS() \
-do {								      \
-	printk (KERN_ERR "JBD unimplemented function " __FUNCTION__); \
-	current->state = TASK_UNINTERRUPTIBLE;			      \
-	schedule();						      \
+do {								           \
+	printk (KERN_ERR "JBD unimplemented function %s\n", __FUNCTION__); \
+	current->state = TASK_UNINTERRUPTIBLE;			           \
+	schedule();						           \
 } while (1)
 
 /*

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-04  3:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-04  3:16 [Kernel-janitors] [PATCH 3/5] remove concatenation with Tony Breeds

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.