summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.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/sched.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/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index f6c9b69d66f2..a1158c954f0f 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -132,6 +132,7 @@ struct fs_struct;
struct perf_event_context;
struct blk_plug;
struct filename;
+struct nameidata;
#define VMACACHE_BITS 2
#define VMACACHE_SIZE (1U << VMACACHE_BITS)