diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/path.h b/include/linux/path.h index 4d976f959f33..915e0c382a51 100644 --- a/include/linux/path.h +++ b/include/linux/path.h @@ -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 */ |