[PATCH] missing include in linux/dcache.h

From: Anton Blanchard (anton@samba.org)
Date: Mon Nov 04 2002 - 00:06:56 EST


Hi,

Now we use ____cacheline_aligned in struct dentry, we must include
linux/cache.h.

Anton

===== include/linux/dcache.h 1.20 vs edited =====
--- 1.20/include/linux/dcache.h Fri Nov 1 09:48:07 2002
+++ edited/include/linux/dcache.h Sun Nov 3 11:55:59 2002
@@ -7,6 +7,7 @@
 #include <linux/mount.h>
 #include <linux/list.h>
 #include <linux/spinlock.h>
+#include <linux/cache.h>
 #include <asm/page.h> /* for BUG() */
 
 /*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:31 EST