diff options
Diffstat (limited to 'include')
-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 bb20373d0b46..8d7de08ab546 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1113,6 +1113,7 @@ extern int fcntl_getlease(struct file *filp); | |||
1113 | 1113 | ||
1114 | /* fs/locks.c */ | 1114 | /* fs/locks.c */ |
1115 | extern void locks_init_lock(struct file_lock *); | 1115 | extern void locks_init_lock(struct file_lock *); |
1116 | extern struct file_lock * locks_alloc_lock(void); | ||
1116 | extern void locks_copy_lock(struct file_lock *, struct file_lock *); | 1117 | extern void locks_copy_lock(struct file_lock *, struct file_lock *); |
1117 | extern void __locks_copy_lock(struct file_lock *, const struct file_lock *); | 1118 | extern void __locks_copy_lock(struct file_lock *, const struct file_lock *); |
1118 | extern void locks_remove_posix(struct file *, fl_owner_t); | 1119 | extern void locks_remove_posix(struct file *, fl_owner_t); |