configfs.h: Remove dead macro definitions.
[safe/jmp/linux-2.6] / include / linux / namei.h
index f5f1960..d39a5a6 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
  */