aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2014-10-12 13:31:58 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2014-10-12 17:09:06 -0400
commit7b600f2abb36909e70963cc7c744c15983500bee (patch)
treef52335767edce423c798a5d4346461185f5a001d
parenttake dname_external() into fs/dcache.c (diff)
downloadlinux-dev-7b600f2abb36909e70963cc7c744c15983500bee.tar.xz
linux-dev-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>
-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;