diff options
author | Alexander Aring <[email protected]> | 2023-07-20 08:58:04 -0400 |
---|---|---|
committer | Chuck Lever <[email protected]> | 2023-08-29 17:45:22 -0400 |
commit | be2be5f7f4436442d8f6bffbb97a6f438df2896b (patch) | |
tree | 72c01ef29314e20387f9133a369e8346402b7bfb /drivers/fpga/xilinx-selectmap.c | |
parent | f2b7019d2e3c4f1f55be658659804b337dcfac60 (diff) |
lockd: nlm_blocked list race fixes
This patch fixes races when lockd accesses the global nlm_blocked list.
It was mostly safe to access the list because everything was accessed
from the lockd kernel thread context but there exist cases like
nlmsvc_grant_deferred() that could manipulate the nlm_blocked list and
it can be called from any context.
Signed-off-by: Alexander Aring <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'drivers/fpga/xilinx-selectmap.c')
0 files changed, 0 insertions, 0 deletions