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 977d8919cc69..ef9349a4b5d1 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -343,7 +343,6 @@ prototypes: | |||
343 | int (*fl_grant)(struct file_lock *, struct file_lock *, int); | 343 | int (*fl_grant)(struct file_lock *, struct file_lock *, int); |
344 | void (*fl_release_private)(struct file_lock *); | 344 | void (*fl_release_private)(struct file_lock *); |
345 | void (*fl_break)(struct file_lock *); /* break_lease callback */ | 345 | void (*fl_break)(struct file_lock *); /* break_lease callback */ |
346 | int (*fl_mylease)(struct file_lock *, struct file_lock *); | ||
347 | int (*fl_change)(struct file_lock **, int); | 346 | int (*fl_change)(struct file_lock **, int); |
348 | 347 | ||
349 | locking rules: | 348 | locking rules: |
@@ -353,7 +352,6 @@ fl_notify: yes no | |||
353 | fl_grant: no no | 352 | fl_grant: no no |
354 | fl_release_private: maybe no | 353 | fl_release_private: maybe no |
355 | fl_break: yes no | 354 | fl_break: yes no |
356 | fl_mylease: yes no | ||
357 | fl_change yes no | 355 | fl_change yes no |
358 | 356 | ||
359 | --------------------------- buffer_head ----------------------------------- | 357 | --------------------------- buffer_head ----------------------------------- |