diff options
Diffstat (limited to 'include/linux/path.h')
-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 { | |||
9 | struct dentry *dentry; | 9 | struct dentry *dentry; |
10 | }; | 10 | }; |
11 | 11 | ||
12 | extern void path_get(struct path *); | ||
12 | extern void path_put(struct path *); | 13 | extern void path_put(struct path *); |
13 | 14 | ||
14 | #endif /* _LINUX_PATH_H */ | 15 | #endif /* _LINUX_PATH_H */ |