switch lookup_mnt()
[linux-2.6-block.git] / include / linux / dcache.h
index 97978004338db848fa60cfaec3135465a93efcf0..72ce2ae88591e9ad1fc6681ac8d205dab9dff1b5 100644 (file)
@@ -370,7 +370,7 @@ static inline int d_mountpoint(struct dentry *dentry)
        return dentry->d_mounted;
 }
 
-extern struct vfsmount *lookup_mnt(struct vfsmount *, struct dentry *);
+extern struct vfsmount *lookup_mnt(struct path *);
 extern struct dentry *lookup_create(struct nameidata *nd, int is_dir);
 
 extern int sysctl_vfs_cache_pressure;