diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 4d9acc91de12..90a1207231ea 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -915,8 +915,8 @@ struct file_lock_operations { | |||
915 | struct lock_manager_operations { | 915 | struct lock_manager_operations { |
916 | int (*lm_compare_owner)(struct file_lock *, struct file_lock *); | 916 | int (*lm_compare_owner)(struct file_lock *, struct file_lock *); |
917 | unsigned long (*lm_owner_key)(struct file_lock *); | 917 | unsigned long (*lm_owner_key)(struct file_lock *); |
918 | void (*lm_get_owner)(struct file_lock *, struct file_lock *); | 918 | fl_owner_t (*lm_get_owner)(fl_owner_t); |
919 | void (*lm_put_owner)(struct file_lock *); | 919 | void (*lm_put_owner)(fl_owner_t); |
920 | void (*lm_notify)(struct file_lock *); /* unblock callback */ | 920 | void (*lm_notify)(struct file_lock *); /* unblock callback */ |
921 | int (*lm_grant)(struct file_lock *, int); | 921 | int (*lm_grant)(struct file_lock *, int); |
922 | bool (*lm_break)(struct file_lock *); | 922 | bool (*lm_break)(struct file_lock *); |