From: Tony Breeds <tony@bakeyournoodle.com>


---

 25-akpm/include/linux/jbd.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff -puN include/linux/jbd.h~remove_concat_FUNCTION_include include/linux/jbd.h
--- 25/include/linux/jbd.h~remove_concat_FUNCTION_include	Tue Apr  6 16:02:04 2004
+++ 25-akpm/include/linux/jbd.h	Tue Apr  6 16:02:04 2004
@@ -1012,10 +1012,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)
 
 /*

_