On Tue, Mar 10, 2009 at 01:45:47PM +1100, Stephen Rothwell wrote: > Hi David, > > Today's linux-next build (x86_64 allmodconfig) failed like this: > > In file included from fs/xfs/support/debug.c:21: > fs/xfs/xfs_error.h:137: error: expected declaration specifiers or '...' before 'xfs_mount_t' > fs/xfs/xfs_error.h:138: error: expected ')' before '*' token > > Immediate cause is commit 7bf446f8b581cef434f5ff05e8a791563bc09b7f ("xfs: > include header files for prototypes"). Obviously nobody built this on a CONFIG_XFS_DEBUG=y kernel before pushing it. Moving the xfs_error.h include down below all the other includes (i.e after xfs_mount.h) will fix the problem.... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html