lkml.org 
[lkml]   [2002]   [Nov]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] don't include mount.h in dcache.h
Once again we only need a forward-declaration of struct vfsmount.


--- 1.22/include/linux/dcache.h Fri Nov 15 18:09:46 2002
+++ edited/include/linux/dcache.h Sat Nov 16 20:18:12 2002
@@ -4,11 +4,12 @@
#ifdef __KERNEL__

#include <asm/atomic.h>
-#include <linux/mount.h>
#include <linux/list.h>
#include <linux/spinlock.h>
#include <linux/cache.h>
#include <asm/page.h> /* for BUG() */
+
+struct vfsmount;

/*
* linux/include/linux/dcache.h
-
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/
\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.160 / U:0.736 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site