aufs: aufs2.1 base patch for linux-2.6.39
[pandora-kernel.git] / fs / namei.c
index 6ff858c..d7e6dd2 100644 (file)
@@ -1769,7 +1769,7 @@ static struct dentry *__lookup_hash(struct qstr *name,
  * needs parent already locked. Doesn't follow mounts.
  * SMP-safe.
  */
-static struct dentry *lookup_hash(struct nameidata *nd)
+struct dentry *lookup_hash(struct nameidata *nd)
 {
        return __lookup_hash(&nd->last, nd->path.dentry, nd);
 }