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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 9f540165a078..27cfa723b92a 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -942,6 +942,14 @@ struct lock_manager_operations {
942 int (*fl_change)(struct file_lock **, int); 942 int (*fl_change)(struct file_lock **, int);
943}; 943};
944 944
945struct lock_manager {
946 struct list_head list;
947};
948
949void locks_start_grace(struct lock_manager *);
950void locks_end_grace(struct lock_manager *);
951int locks_in_grace(void);
952
945/* that will die - we need it for nfs_lock_info */ 953/* that will die - we need it for nfs_lock_info */
946#include <linux/nfs_fs_i.h> 954#include <linux/nfs_fs_i.h>
947 955