summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorAl Viro2014-10-12 19:31:58 +0200
committerAl Viro2014-10-12 23:09:06 +0200
commit7b600f2abb36909e70963cc7c744c15983500bee (patch)
treef52335767edce423c798a5d4346461185f5a001d /include/linux/dcache.h
parenttake dname_external() into fs/dcache.c (diff)
downloadkernel-qcow2-linux-7b600f2abb36909e70963cc7c744c15983500bee.tar.gz
kernel-qcow2-linux-7b600f2abb36909e70963cc7c744c15983500bee.tar.xz
kernel-qcow2-linux-7b600f2abb36909e70963cc7c744c15983500bee.zip
don't need that forward declaration of struct nameidata in dcache.h anymore
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 27a7f00bc89e..b2a2a08523bf 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -11,7 +11,6 @@
#include <linux/rcupdate.h>
#include <linux/lockref.h>
-struct nameidata;
struct path;
struct vfsmount;