diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 7b7b507ffa1c..1eb29399a4ff 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1129,6 +1129,7 @@ extern int fcntl_setlease(unsigned int fd, struct file *filp, long arg); | |||
1129 | extern int fcntl_getlease(struct file *filp); | 1129 | extern int fcntl_getlease(struct file *filp); |
1130 | 1130 | ||
1131 | /* fs/locks.c */ | 1131 | /* fs/locks.c */ |
1132 | void locks_free_lock(struct file_lock *fl); | ||
1132 | extern void locks_init_lock(struct file_lock *); | 1133 | extern void locks_init_lock(struct file_lock *); |
1133 | extern struct file_lock * locks_alloc_lock(void); | 1134 | extern struct file_lock * locks_alloc_lock(void); |
1134 | extern void locks_copy_lock(struct file_lock *, struct file_lock *); | 1135 | extern void locks_copy_lock(struct file_lock *, struct file_lock *); |