diff options
Diffstat (limited to 'Documentation/filesystems')
-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 39707748ed2d..651d5237c155 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -347,7 +347,6 @@ prototypes: | |||
347 | int (*fl_grant)(struct file_lock *, struct file_lock *, int); | 347 | int (*fl_grant)(struct file_lock *, struct file_lock *, int); |
348 | void (*fl_release_private)(struct file_lock *); | 348 | void (*fl_release_private)(struct file_lock *); |
349 | void (*fl_break)(struct file_lock *); /* break_lease callback */ | 349 | void (*fl_break)(struct file_lock *); /* break_lease callback */ |
350 | int (*fl_mylease)(struct file_lock *, struct file_lock *); | ||
351 | int (*fl_change)(struct file_lock **, int); | 350 | int (*fl_change)(struct file_lock **, int); |
352 | 351 | ||
353 | locking rules: | 352 | locking rules: |
@@ -357,7 +356,6 @@ fl_notify: yes no | |||
357 | fl_grant: no no | 356 | fl_grant: no no |
358 | fl_release_private: maybe no | 357 | fl_release_private: maybe no |
359 | fl_break: yes no | 358 | fl_break: yes no |
360 | fl_mylease: yes no | ||
361 | fl_change yes no | 359 | fl_change yes no |
362 | 360 | ||
363 | --------------------------- buffer_head ----------------------------------- | 361 | --------------------------- buffer_head ----------------------------------- |