aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/Locking2
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
353locking rules: 352locking rules:
@@ -357,7 +356,6 @@ fl_notify: yes no
357fl_grant: no no 356fl_grant: no no
358fl_release_private: maybe no 357fl_release_private: maybe no
359fl_break: yes no 358fl_break: yes no
360fl_mylease: yes no
361fl_change yes no 359fl_change yes no
362 360
363--------------------------- buffer_head ----------------------------------- 361--------------------------- buffer_head -----------------------------------