* [PATCH] Fix current xfs build
@ 2008-04-30 8:58 Matthew Wilcox
2008-04-30 10:20 ` David Chinner
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Wilcox @ 2008-04-30 8:58 UTC (permalink / raw)
To: David Chinner; +Cc: xfs, linux-fsdevel
Linus' current git tree appears to be missing a header file which makes
xfs fail to build.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h
index 1bc9f60..4edc469 100644
--- a/fs/xfs/linux-2.6/xfs_linux.h
+++ b/fs/xfs/linux-2.6/xfs_linux.h
@@ -75,6 +75,7 @@
#include <linux/delay.h>
#include <linux/log2.h>
#include <linux/spinlock.h>
+#include <linux/random.h>
#include <asm/page.h>
#include <asm/div64.h>
--
Intel are signing my paycheques ... these opinions are still mine
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix current xfs build
2008-04-30 8:58 [PATCH] Fix current xfs build Matthew Wilcox
@ 2008-04-30 10:20 ` David Chinner
0 siblings, 0 replies; 2+ messages in thread
From: David Chinner @ 2008-04-30 10:20 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: David Chinner, xfs, linux-fsdevel
On Wed, Apr 30, 2008 at 02:58:12AM -0600, Matthew Wilcox wrote:
>
> Linus' current git tree appears to be missing a header file which makes
> xfs fail to build.
Patch has already been sent to Linus by myself and Andrew. Doesn't
look like it's been pushed out yet, though.
Cheers,
Dave.
--
Dave Chinner
Principal Engineer
SGI Australian Software Group
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-30 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-30 8:58 [PATCH] Fix current xfs build Matthew Wilcox
2008-04-30 10:20 ` David Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).