diff options
| author | Jeff Layton <jlayton@kernel.org> | 2026-02-24 16:28:11 +0300 |
|---|---|---|
| committer | Chuck Lever <chuck.lever@oracle.com> | 2026-03-30 04:25:09 +0300 |
| commit | 8be12e0cf21110f1e0b7fd21711ff13fb75bee72 (patch) | |
| tree | edf5a39029c97ed65e4bc5abe6dd700fa8d8d7a6 /include/linux/debugobjects.h | |
| parent | facc4e3c80420e3466003ce09b576e005b56a015 (diff) | |
| download | linux-8be12e0cf21110f1e0b7fd21711ff13fb75bee72.tar.xz | |
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 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
