Commit fe406442 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] don't include mount.h in dcache.h

Once again we only need a forward-declaration of struct vfsmount.
parent 754c5c66
...@@ -4,12 +4,13 @@ ...@@ -4,12 +4,13 @@
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <asm/atomic.h> #include <asm/atomic.h>
#include <linux/mount.h>
#include <linux/list.h> #include <linux/list.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/cache.h> #include <linux/cache.h>
#include <asm/page.h> /* for BUG() */ #include <asm/page.h> /* for BUG() */
struct vfsmount;
/* /*
* linux/include/linux/dcache.h * linux/include/linux/dcache.h
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment