X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fpath.h;h=d1372186f4315c3de45b3949017026dca2d7f109;hb=7c3895383fea48dab2374b04a936de4717a85a81;hp=a581e8c0653302a4bf5bf5494731af6cad404b2a;hpb=e691d24e9c5007486bef59c589c2a2d784e0c30b;p=~andy%2Flinux diff --git a/include/linux/path.h b/include/linux/path.h index a581e8c0653..d1372186f43 100644 --- a/include/linux/path.h +++ b/include/linux/path.h @@ -9,10 +9,8 @@ struct path { struct dentry *dentry; }; -extern void path_get(struct path *); -extern void path_get_long(struct path *); -extern void path_put(struct path *); -extern void path_put_long(struct path *); +extern void path_get(const struct path *); +extern void path_put(const struct path *); static inline int path_equal(const struct path *path1, const struct path *path2) {