aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
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 */
1115extern void locks_init_lock(struct file_lock *); 1115extern void locks_init_lock(struct file_lock *);
1116extern struct file_lock * locks_alloc_lock(void);
1116extern void locks_copy_lock(struct file_lock *, struct file_lock *); 1117extern void locks_copy_lock(struct file_lock *, struct file_lock *);
1117extern void __locks_copy_lock(struct file_lock *, const struct file_lock *); 1118extern void __locks_copy_lock(struct file_lock *, const struct file_lock *);
1118extern void locks_remove_posix(struct file *, fl_owner_t); 1119extern void locks_remove_posix(struct file *, fl_owner_t);