]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/path.h
proc: remove ->get_info infrastructure
[linux-2.6-omap-h63xx.git] / include / linux / path.h
index 4d976f959f338b54eb810a14e89f4ff1c1a9d6fe..915e0c382a51fad7a3169748664b5e2153fa645e 100644 (file)
@@ -9,6 +9,7 @@ struct path {
        struct dentry *dentry;
 };
 
+extern void path_get(struct path *);
 extern void path_put(struct path *);
 
 #endif  /* _LINUX_PATH_H */