Skip to content

Commit 8c3df3e

Browse files
author
J. Bruce Fields
committed
Documentation: don't remove lock manager fl_release_private
I thought I'd removed the last user of this, but missed fs/locks.c:lease_release_private_callback(). Thanks to Christoph for pointing this out. Signed-off-by: J. Bruce Fields <[email protected]>
1 parent 6f3d772 commit 8c3df3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/filesystems/Locking

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,14 @@ fl_release_private: yes yes
327327
prototypes:
328328
int (*fl_compare_owner)(struct file_lock *, struct file_lock *);
329329
void (*fl_notify)(struct file_lock *); /* unblock callback */
330+
void (*fl_release_private)(struct file_lock *);
330331
void (*fl_break)(struct file_lock *); /* break_lease callback */
331332

332333
locking rules:
333334
BKL may block
334335
fl_compare_owner: yes no
335336
fl_notify: yes no
337+
fl_release_private: yes yes
336338
fl_break: yes no
337339

338340
Currently only NFSD and NLM provide instances of this class. None of the

0 commit comments

Comments
 (0)