From: J. Bruce Fields Date: Tue, 11 Jan 2011 15:30:48 +0000 (-0500) Subject: Documentation: fl_mylease no longer exists X-Git-Tag: v2.6.38-rc1~51^2~19 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ec26fba40fa92c7cc5c61d40746f499dcefc67be;p=linux.git Documentation: fl_mylease no longer exists Signed-off-by: J. Bruce Fields --- 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: int (*fl_grant)(struct file_lock *, struct file_lock *, int); void (*fl_release_private)(struct file_lock *); void (*fl_break)(struct file_lock *); /* break_lease callback */ - int (*fl_mylease)(struct file_lock *, struct file_lock *); int (*fl_change)(struct file_lock **, int); locking rules: @@ -350,7 +349,6 @@ fl_notify: yes no fl_grant: no no fl_release_private: maybe no fl_break: yes no -fl_mylease: yes no fl_change yes no --------------------------- buffer_head -----------------------------------