We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c50f6 commit ec26fbaCopy full SHA for ec26fba
Documentation/filesystems/Locking
@@ -340,7 +340,6 @@ prototypes:
340
int (*fl_grant)(struct file_lock *, struct file_lock *, int);
341
void (*fl_release_private)(struct file_lock *);
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);
345
346
locking rules:
@@ -350,7 +349,6 @@ fl_notify: yes no
350
349
fl_grant: no no
351
fl_release_private: maybe no
352
fl_break: yes no
353
-fl_mylease: yes no
354
fl_change yes no
355
356
--------------------------- buffer_head -----------------------------------
0 commit comments