diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/dcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 97978004338d..72ce2ae88591 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -370,7 +370,7 @@ static inline int d_mountpoint(struct dentry *dentry) | |||
370 | return dentry->d_mounted; | 370 | return dentry->d_mounted; |
371 | } | 371 | } |
372 | 372 | ||
373 | extern struct vfsmount *lookup_mnt(struct vfsmount *, struct dentry *); | 373 | extern struct vfsmount *lookup_mnt(struct path *); |
374 | extern struct dentry *lookup_create(struct nameidata *nd, int is_dir); | 374 | extern struct dentry *lookup_create(struct nameidata *nd, int is_dir); |
375 | 375 | ||
376 | extern int sysctl_vfs_cache_pressure; | 376 | extern int sysctl_vfs_cache_pressure; |