mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* linux-next: xfs build failure
@ 2008-04-30  4:00 Stephen Rothwell
  2008-04-30  6:35 ` David Chinner
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2008-04-30  4:00 UTC (permalink / raw)
  To: David Chinner
  Cc: linux-next, xfs-masters, Christoph Hellwig, Lachlan McIlroy,
	LKML, Linus, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 726 bytes --]

Hi all,

Today's linux-next build (powerpc ppc64_defconfig) fails like this:

fs/xfs/xfs_ialloc.c: In function 'xfs_ialloc_ag_alloc':
fs/xfs/xfs_ialloc.c:301: error: implicit declaration of function 'random32'

I added

#include <linux/random.h>

after the other includes in fs/xfs/xfs_ialloc.c, but there is probably a
better fix.

The commit that seems to have caused this
6309a0720469beb77e0ab75f403a98a0aba4140c ("XFS] Don't initialise new
inode generation numbers to zero") in the xfs tree that I have seems to
have just gone into Linus' tree as commit
359346a9655c8800408ed3ca44517ac7ea95c197.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-30  7:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-30  4:00 linux-next: xfs build failure Stephen Rothwell
2008-04-30  6:35 ` David Chinner
2008-04-30  6:42   ` Stephen Rothwell
2008-04-30  7:11     ` [PATCH, XFS] Fix random.h include for non-debug builds David Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome