tree-wide: replace config_enabled() with IS_ENABLED()
[deliverable/linux.git] / include / linux / namei.h
index d3d0398f2a1b4728f3db324eeeb86feab02a98a5..f29abda31e6dc8b32376a86c6c52e9e9ca6da0a0 100644 (file)
@@ -81,8 +81,6 @@ extern int kern_path_mountpoint(int, const char *, struct path *, unsigned int);
 
 extern struct dentry *lookup_one_len(const char *, struct dentry *, int);
 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
-struct qstr;
-extern struct dentry *lookup_hash(const struct qstr *, struct dentry *);
 
 extern int follow_down_one(struct path *);
 extern int follow_down(struct path *);
This page took 0.025799 seconds and 5 git commands to generate.