]> err.no Git - linux-2.6/blobdiff - include/linux/path.h
Introduce path_put()
[linux-2.6] / include / linux / path.h
index cbebdc5c9a60be0320cf9d20af1968992674c9cf..4d976f959f338b54eb810a14e89f4ff1c1a9d6fe 100644 (file)
@@ -9,4 +9,6 @@ struct path {
        struct dentry *dentry;
 };
 
+extern void path_put(struct path *);
+
 #endif  /* _LINUX_PATH_H */