kill lookup_create()

folded into the only caller (kern_path_create())

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2011-06-27 16:53:43 -04:00
parent 5da4e68944
commit ed75e95de5
2 changed files with 18 additions and 37 deletions

View File

@ -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;