Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NLM: Ensure that we resend all pending blocking locks after a reclaim
Currently, nlmclnt_lock will break out of the for(;;) loop when the reclaimer wakes up the blocking lock thread by setting nlm_lck_denied_grace_period. This causes the lock request to fail with an ENOLCK error. The intention was always to ensure that we resend the lock request after the grace period has expired. Reported-by: Wangyuan Zhang <[email protected]> Signed-off-by: Trond Myklebust <[email protected]> Cc: [email protected]
- Loading branch information