]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/path.h
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6-omap-h63xx.git] / include / linux / path.h
index cbebdc5c9a60be0320cf9d20af1968992674c9cf..915e0c382a51fad7a3169748664b5e2153fa645e 100644 (file)
@@ -9,4 +9,7 @@ struct path {
        struct dentry *dentry;
 };
 
+extern void path_get(struct path *);
+extern void path_put(struct path *);
+
 #endif  /* _LINUX_PATH_H */