diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-12 08:29:38 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-15 01:10:37 -0400 |
commit | 89076bc31950eee576ecc06460c23466e2d50939 (patch) | |
tree | 36d780bb1431ff5312c6ca5ec147d895c6eacbdf /include/linux/sched.h | |
parent | 322105e2fe20b51587a328e7121dc04ea361b083 (diff) | |
download | op-kernel-dev-89076bc31950eee576ecc06460c23466e2d50939.zip op-kernel-dev-89076bc31950eee576ecc06460c23466e2d50939.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index f6c9b69..a1158c9 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) |