X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fpath.h;h=4d976f959f338b54eb810a14e89f4ff1c1a9d6fe;hb=1d957f9bf87da74f420424d16ece005202bbebd3;hp=cbebdc5c9a60be0320cf9d20af1968992674c9cf;hpb=c5e725f33b733a77de622e91b6ba5645fcf070be;p=linux-2.6 diff --git a/include/linux/path.h b/include/linux/path.h index cbebdc5c9a..4d976f959f 100644 --- a/include/linux/path.h +++ b/include/linux/path.h @@ -9,4 +9,6 @@ struct path { struct dentry *dentry; }; +extern void path_put(struct path *); + #endif /* _LINUX_PATH_H */