aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/Locking
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/Locking')
-rw-r--r--Documentation/filesystems/Locking2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking
index 977d8919cc6..ef9349a4b5d 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
349locking rules: 348locking rules:
@@ -353,7 +352,6 @@ fl_notify: yes no
353fl_grant: no no 352fl_grant: no no
354fl_release_private: maybe no 353fl_release_private: maybe no
355fl_break: yes no 354fl_break: yes no
356fl_mylease: yes no
357fl_change yes no 355fl_change yes no
358 356
359--------------------------- buffer_head ----------------------------------- 357--------------------------- buffer_head -----------------------------------