summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2015-05-12 15:29:38 +0300
committerAl Viro <viro@zeniv.linux.org.uk>2015-05-15 08:10:37 +0300
commit89076bc31950eee576ecc06460c23466e2d50939 (patch)
tree36d780bb1431ff5312c6ca5ec147d895c6eacbdf /include/linux/sched.h
parent322105e2fe20b51587a328e7121dc04ea361b083 (diff)
downloadlinux-89076bc31950eee576ecc06460c23466e2d50939.tar.xz
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)