]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/namei.h
Pull bugzilla-7570 into release branch
[linux-2.6-omap-h63xx.git] / include / linux / namei.h
index f5f19606effbd0c84f74007aaf25c145e76d9eef..d39a5a67e97988ff423b0b458161f1409e9edece 100644 (file)
@@ -29,6 +29,11 @@ struct nameidata {
        } intent;
 };
 
+struct path {
+       struct vfsmount *mnt;
+       struct dentry *dentry;
+};
+
 /*
  * Type of the last component on LOOKUP_PARENT
  */