Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231166
b: refs/heads/master
c: 8c3df3e
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Jan 11, 2011
1 parent 318de82 commit 17e4ac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f3d772fb8a039de8f21d725f5e38c252b4c0efd
refs/heads/master: 8c3df3e58cde676de4df9363c00f37dbfce08e5c
2 changes: 2 additions & 0 deletions trunk/Documentation/filesystems/Locking
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,14 @@ fl_release_private: yes yes
prototypes:
int (*fl_compare_owner)(struct file_lock *, struct file_lock *);
void (*fl_notify)(struct file_lock *); /* unblock callback */
void (*fl_release_private)(struct file_lock *);
void (*fl_break)(struct file_lock *); /* break_lease callback */

locking rules:
BKL may block
fl_compare_owner: yes no
fl_notify: yes no
fl_release_private: yes yes
fl_break: yes no

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

0 comments on commit 17e4ac1

Please sign in to comment.