X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fdcache.h;h=46a2ba6175954880fcdfa89bc9a9a063f4e76443;hb=d89c145c0344fe2180336af6a309a59a8bc8c1c0;hp=ab04b4f9b0db0e822dc08bc5a2abccdab32cadd3;hpb=946e91f36e90eea46758dd725b1c3b239f270f68;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/dcache.h b/include/linux/dcache.h index ab04b4f9b0d..46a2ba61759 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -329,6 +329,7 @@ static inline int d_mountpoint(struct dentry *dentry) } extern struct vfsmount *lookup_mnt(struct vfsmount *, struct dentry *); +extern struct vfsmount *__lookup_mnt(struct vfsmount *, struct dentry *, int); extern struct dentry *lookup_create(struct nameidata *nd, int is_dir); extern int sysctl_vfs_cache_pressure;