diff options
| author | Jeff Layton <jlayton@kernel.org> | 2026-02-24 08:28:11 -0500 |
|---|---|---|
| committer | Chuck Lever <chuck.lever@oracle.com> | 2026-03-29 21:25:09 -0400 |
| commit | 8be12e0cf21110f1e0b7fd21711ff13fb75bee72 (patch) | |
| tree | edf5a39029c97ed65e4bc5abe6dd700fa8d8d7a6 /tools/lib/python | |
| parent | facc4e3c80420e3466003ce09b576e005b56a015 (diff) | |
nfsd: convert global state_lock to per-net deleg_lock
Replace the global state_lock spinlock with a per-nfsd_net deleg_lock.
The state_lock was only used to protect delegation lifecycle operations
(the del_recall_lru list and delegation hash/unhash), all of which are
scoped to a single network namespace. Making the lock per-net removes
a source of unnecessary contention between containers.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions
