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. I'm not really sure what has gone wrong - the macro looks OK. Taking out the file-n-line fixes it up. jfs/inode.c | 0 jfs/jfs_debug.h | 3 +-- jfs/super.c | 0 3 files changed, 1 insertion(+), 2 deletions(-) diff -puN fs/jfs/super.c~jfs-build-fix fs/jfs/super.c diff -puN fs/jfs/inode.c~jfs-build-fix fs/jfs/inode.c 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-12 02:20:40.000000000 -0800 +++ 25-akpm/fs/jfs/jfs_debug.h 2003-02-12 02:20:46.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) /* _