diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-06-27 16:53:43 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-20 01:44:12 -0400 |
commit | ed75e95de574c99575e5f3e1d9ca59ea8c12a9cb (patch) | |
tree | 9b79ea8f3b30f2589d2edf773307bdc6528ef3e3 /include | |
parent | 5da4e689449ad99ab31cf2208d99eddfce0498ba (diff) |
kill lookup_create()
folded into the only caller (kern_path_create())
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 5fa5bd33b979..3f22d8d6d8a3 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -423,7 +423,6 @@ static inline bool d_need_lookup(struct dentry *dentry) | |||
423 | } | 423 | } |
424 | 424 | ||
425 | extern void d_clear_need_lookup(struct dentry *dentry); | 425 | extern void d_clear_need_lookup(struct dentry *dentry); |
426 | extern struct dentry *lookup_create(struct nameidata *nd, int is_dir); | ||
427 | 426 | ||
428 | extern int sysctl_vfs_cache_pressure; | 427 | extern int sysctl_vfs_cache_pressure; |
429 | 428 | ||