summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-06-27 16:53:43 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2011-07-20 01:44:12 -0400
commited75e95de574c99575e5f3e1d9ca59ea8c12a9cb (patch)
tree9b79ea8f3b30f2589d2edf773307bdc6528ef3e3 /include/linux/dcache.h
parent5da4e689449ad99ab31cf2208d99eddfce0498ba (diff)
downloadlinux-ed75e95de574c99575e5f3e1d9ca59ea8c12a9cb.tar.gz
linux-ed75e95de574c99575e5f3e1d9ca59ea8c12a9cb.tar.xz
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/linux/dcache.h')
-rw-r--r--include/linux/dcache.h1
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)
}
extern void d_clear_need_lookup(struct dentry *dentry);
-extern struct dentry *lookup_create(struct nameidata *nd, int is_dir);
extern int sysctl_vfs_cache_pressure;