diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/Locking | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 2db1900d7538..7f647e17830c 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -359,7 +359,6 @@ prototypes: | |||
359 | int (*lm_compare_owner)(struct file_lock *, struct file_lock *); | 359 | int (*lm_compare_owner)(struct file_lock *, struct file_lock *); |
360 | void (*lm_notify)(struct file_lock *); /* unblock callback */ | 360 | void (*lm_notify)(struct file_lock *); /* unblock callback */ |
361 | int (*lm_grant)(struct file_lock *, struct file_lock *, int); | 361 | int (*lm_grant)(struct file_lock *, struct file_lock *, int); |
362 | void (*lm_release_private)(struct file_lock *); | ||
363 | void (*lm_break)(struct file_lock *); /* break_lease callback */ | 362 | void (*lm_break)(struct file_lock *); /* break_lease callback */ |
364 | int (*lm_change)(struct file_lock **, int); | 363 | int (*lm_change)(struct file_lock **, int); |
365 | 364 | ||
@@ -368,7 +367,6 @@ locking rules: | |||
368 | lm_compare_owner: yes no | 367 | lm_compare_owner: yes no |
369 | lm_notify: yes no | 368 | lm_notify: yes no |
370 | lm_grant: no no | 369 | lm_grant: no no |
371 | lm_release_private: maybe no | ||
372 | lm_break: yes no | 370 | lm_break: yes no |
373 | lm_change yes no | 371 | lm_change yes no |
374 | 372 | ||