summaryrefslogtreecommitdiffstats
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, 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);
1155extern int generic_setlease(struct file *, long, struct file_lock **, void **priv); 1155extern int generic_setlease(struct file *, long, struct file_lock **, void **priv);
1156extern int vfs_setlease(struct file *, long, struct file_lock **, void **); 1156extern int vfs_setlease(struct file *, long, struct file_lock **, void **);
1157extern int lease_modify(struct file_lock *, int, struct list_head *); 1157extern int lease_modify(struct file_lock *, int, struct list_head *);
1158
1159struct notifier_block;
1160extern int lease_register_notifier(struct notifier_block *);
1161extern void lease_unregister_notifier(struct notifier_block *);
1162
1158struct files_struct; 1163struct files_struct;
1159extern void show_fd_locks(struct seq_file *f, 1164extern void show_fd_locks(struct seq_file *f,
1160 struct file *filp, struct files_struct *files); 1165 struct file *filp, struct files_struct *files);