I'm getting a build error: fs/jfs/super.c: In function `jfs_fill_super': fs/jfs/super.c:335: parse error before `)' and it doesn't happen with gcc-3.2.x. Taking out the file-n-line fixes it up. This patch was acked by shaggy. jfs/jfs_debug.h | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN fs/jfs/jfs_debug.h~jfs-build-fix fs/jfs/jfs_debug.h --- 25/fs/jfs/jfs_debug.h~jfs-build-fix 2003-02-14 18:23:50.000000000 -0800 +++ 25-akpm/fs/jfs/jfs_debug.h 2003-02-14 18:23:50.000000000 -0800 @@ -89,8 +89,7 @@ extern void dump_mem(char *label, void * /* error event message: e.g., i/o error */ #define jfs_err(fmt, arg...) do { \ if (jfsloglevel >= JFS_LOGLEVEL_ERR) \ - printk(KERN_ERR "%s:%d " fmt "\n", \ - __FILE__, __LINE__, ## arg); \ + printk(KERN_ERR fmt "\n", ## arg); \ } while (0) /* _