Skip to content

Commit 9d66477

Browse files
daimngochucklever
authored andcommitted
fs/lock: documentation cleanup. Replace inode->i_lock with flc_lock.
Update lock usage of lock_manager_operations' functions to reflect the changes in commit 6109c85 ("locks: add a dedicated spinlock to protect i_flctx lists"). Signed-off-by: Dai Ngo <dai.ngo@oracle.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Jeff Layton <jlayton@kernel.org>
1 parent 50719bf commit 9d66477

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/filesystems/locking.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,13 +438,13 @@ prototypes::
438438
locking rules:
439439

440440
====================== ============= ================= =========
441-
ops inode->i_lock blocked_lock_lock may block
441+
ops flc_lock blocked_lock_lock may block
442442
====================== ============= ================= =========
443-
lm_notify: yes yes no
443+
lm_notify: no yes no
444444
lm_grant: no no no
445445
lm_break: yes no no
446446
lm_change yes no no
447-
lm_breaker_owns_lease: no no no
447+
lm_breaker_owns_lease: yes no no
448448
====================== ============= ================= =========
449449

450450
buffer_head

0 commit comments

Comments
 (0)