All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing include in linux/dcache.h
@ 2002-11-04  5:06 Anton Blanchard
  0 siblings, 0 replies; only message in thread
From: Anton Blanchard @ 2002-11-04  5:06 UTC (permalink / raw)
  To: torvalds; +Cc: trivial, linux-kernel


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-04  5:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-04  5:06 [PATCH] missing include in linux/dcache.h Anton Blanchard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.