summaryrefslogtreecommitdiffstats
path: root/include/linux/namei.h
diff options
context:
space:
mode:
authorAl Viro2015-05-12 14:29:38 +0200
committerAl Viro2015-05-15 07:10:37 +0200
commit89076bc31950eee576ecc06460c23466e2d50939 (patch)
tree36d780bb1431ff5312c6ca5ec147d895c6eacbdf /include/linux/namei.h
parentlustre: kill unused helper (diff)
downloadkernel-qcow2-linux-89076bc31950eee576ecc06460c23466e2d50939.tar.gz
kernel-qcow2-linux-89076bc31950eee576ecc06460c23466e2d50939.tar.xz
kernel-qcow2-linux-89076bc31950eee576ecc06460c23466e2d50939.zip
get rid of assorted nameidata-related debris
pointless forward declarations, stale comments Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/namei.h')
-rw-r--r--include/linux/namei.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h
index d756304aa09b..1208e489f83e 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -7,7 +7,6 @@
#include <linux/path.h>
struct vfsmount;
-struct nameidata;
enum { MAX_NESTED_LINKS = 8 };