diff options
Diffstat (limited to 'include/linux/dcache.h')
-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 | ||