diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 56b8e358af5c..0f106c7f4bb9 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1155,6 +1155,11 @@ extern void lease_get_mtime(struct inode *, struct timespec64 *time); | |||
1155 | extern int generic_setlease(struct file *, long, struct file_lock **, void **priv); | 1155 | extern int generic_setlease(struct file *, long, struct file_lock **, void **priv); |
1156 | extern int vfs_setlease(struct file *, long, struct file_lock **, void **); | 1156 | extern int vfs_setlease(struct file *, long, struct file_lock **, void **); |
1157 | extern int lease_modify(struct file_lock *, int, struct list_head *); | 1157 | extern int lease_modify(struct file_lock *, int, struct list_head *); |
1158 | |||
1159 | struct notifier_block; | ||
1160 | extern int lease_register_notifier(struct notifier_block *); | ||
1161 | extern void lease_unregister_notifier(struct notifier_block *); | ||
1162 | |||
1158 | struct files_struct; | 1163 | struct files_struct; |
1159 | extern void show_fd_locks(struct seq_file *f, | 1164 | extern void show_fd_locks(struct seq_file *f, |
1160 | struct file *filp, struct files_struct *files); | 1165 | struct file *filp, struct files_struct *files); |