diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-01-11 10:30:48 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-01-11 15:04:09 -0500 |
commit | ec26fba40fa92c7cc5c61d40746f499dcefc67be (patch) | |
tree | c4e91c2595eababac8a8b19cc9c009984acf1da7 /Documentation | |
parent | a2c50f69168deec3f7e47644eb4ef4f8a3ee6910 (diff) |
Documentation: fl_mylease no longer exists
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
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 33fa3e5d38fd..01d7cbdcd3bd 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -340,7 +340,6 @@ prototypes: | |||
340 | int (*fl_grant)(struct file_lock *, struct file_lock *, int); | 340 | int (*fl_grant)(struct file_lock *, struct file_lock *, int); |
341 | void (*fl_release_private)(struct file_lock *); | 341 | void (*fl_release_private)(struct file_lock *); |
342 | void (*fl_break)(struct file_lock *); /* break_lease callback */ | 342 | void (*fl_break)(struct file_lock *); /* break_lease callback */ |
343 | int (*fl_mylease)(struct file_lock *, struct file_lock *); | ||
344 | int (*fl_change)(struct file_lock **, int); | 343 | int (*fl_change)(struct file_lock **, int); |
345 | 344 | ||
346 | locking rules: | 345 | locking rules: |
@@ -350,7 +349,6 @@ fl_notify: yes no | |||
350 | fl_grant: no no | 349 | fl_grant: no no |
351 | fl_release_private: maybe no | 350 | fl_release_private: maybe no |
352 | fl_break: yes no | 351 | fl_break: yes no |
353 | fl_mylease: yes no | ||
354 | fl_change yes no | 352 | fl_change yes no |
355 | 353 | ||
356 | --------------------------- buffer_head ----------------------------------- | 354 | --------------------------- buffer_head ----------------------------------- |