* [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
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).