commit | 1a48db3fef499f615b56093947ec4b0d3d8e3021 | [log] [tgz] |
---|---|---|
author | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Nov 15 11:54:25 2021 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jan 13 09:36:58 2022 -0500 |
tree | 9e3a4329e9b28aaea39c1e1523dcd43b68f4e29f | |
parent | 776d794f28c95051bc70405a7b1fa40115658a18 [diff] |
sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change() We need to use test_and_set_bit() when changing xprt state flags to avoid potentially getting xps->xps_nactive out of sync. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>