-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfs4: improve state handler concurrency
Motivation: The state handler keeps track of NFSv4 clients. This duty is not symmetric - updates happen when a client is added or removed, but queried almost for any compound operation in a session. Thus on a busy system we can observe thread serialization. Modification: replace synchronized blocks with read/write locks. Result: a better concurrency in a multi-client environment. Acked-by: Paul Millar Acked-by: Albert Rossi Target: master
- Loading branch information
Showing
1 changed file
with
103 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters