2002-11-04 05:14:06

by Anton Blanchard

[permalink] [raw]
Subject: [PATCH] missing include in linux/dcache.h


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() */

/*