[xfs-masters] linux-next: xfs tree build failure

Stephen Rothwell sfr at canb.auug.org.au
Wed Mar 11 20:04:41 CDT 2009


Hi David,

On Tue, 10 Mar 2009 13:45:47 +1100 Stephen Rothwell <sfr at canb.auug.org.au> wrote:
>
> 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

This is still happening.

Looking at the preprocessed output. xfs_mount_t is not defined yet, so
either fs/xfs/xfs_error.h needs to include xfs_mount.h (in the DEBUG
case) or xfs_errortag_add and xfs_errortag_clearall need to use "struct
xfs_mount" as their paramaters instead of xfs_mount_t (and predeclare
"struct xfs_mount").

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://oss.sgi.com/pipermail/xfs-masters/attachments/20090312/92add4c2/attachment.sig>


More information about the xfs-masters mailing list