diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 8fabb037a48d..b178f9e91e23 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1163,9 +1163,10 @@ struct lock_manager { | |||
1163 | struct list_head list; | 1163 | struct list_head list; |
1164 | }; | 1164 | }; |
1165 | 1165 | ||
1166 | void locks_start_grace(struct lock_manager *); | 1166 | struct net; |
1167 | void locks_start_grace(struct net *, struct lock_manager *); | ||
1167 | void locks_end_grace(struct lock_manager *); | 1168 | void locks_end_grace(struct lock_manager *); |
1168 | int locks_in_grace(void); | 1169 | int locks_in_grace(struct net *); |
1169 | 1170 | ||
1170 | /* that will die - we need it for nfs_lock_info */ | 1171 | /* that will die - we need it for nfs_lock_info */ |
1171 | #include <linux/nfs_fs_i.h> | 1172 | #include <linux/nfs_fs_i.h> |