commit | 89076bc31950eee576ecc06460c23466e2d50939 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue May 12 08:29:38 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri May 15 01:10:37 2015 -0400 |
tree | 36d780bb1431ff5312c6ca5ec147d895c6eacbdf | |
parent | 322105e2fe20b51587a328e7121dc04ea361b083 [diff] [blame] |
get rid of assorted nameidata-related debris pointless forward declarations, stale comments Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 perf_event_context; struct blk_plug; struct filename; +struct nameidata; #define VMACACHE_BITS 2 #define VMACACHE_SIZE (1U << VMACACHE_BITS)