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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 1d5ccdd7c68d..c92d0bdff39f 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -852,12 +852,11 @@ extern void locks_copy_lock(struct file_lock *, struct file_lock *);
852extern void locks_remove_posix(struct file *, fl_owner_t); 852extern void locks_remove_posix(struct file *, fl_owner_t);
853extern void locks_remove_flock(struct file *); 853extern void locks_remove_flock(struct file *);
854extern int posix_test_lock(struct file *, struct file_lock *); 854extern int posix_test_lock(struct file *, struct file_lock *);
855extern int posix_lock_file_conf(struct file *, struct file_lock *, struct file_lock *); 855extern int posix_lock_file(struct file *, struct file_lock *, struct file_lock *);
856extern int posix_lock_file(struct file *, struct file_lock *);
857extern int posix_lock_file_wait(struct file *, struct file_lock *); 856extern int posix_lock_file_wait(struct file *, struct file_lock *);
858extern int posix_unblock_lock(struct file *, struct file_lock *); 857extern int posix_unblock_lock(struct file *, struct file_lock *);
859extern int vfs_test_lock(struct file *, struct file_lock *); 858extern int vfs_test_lock(struct file *, struct file_lock *);
860extern int vfs_lock_file(struct file *, unsigned int, struct file_lock *); 859extern int vfs_lock_file(struct file *, unsigned int, struct file_lock *, struct file_lock *);
861extern int flock_lock_file_wait(struct file *filp, struct file_lock *fl); 860extern int flock_lock_file_wait(struct file *filp, struct file_lock *fl);
862extern int __break_lease(struct inode *inode, unsigned int flags); 861extern int __break_lease(struct inode *inode, unsigned int flags);
863extern void lease_get_mtime(struct inode *, struct timespec *time); 862extern void lease_get_mtime(struct inode *, struct timespec *time);