summaryrefslogtreecommitdiff
path: root/drivers/target
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2017-03-21 17:59:09 -0700
committerDavid S. Miller <davem@davemloft.net>2017-03-22 12:59:07 -0700
commit832ff9482ea44370e8a7f7e0d205be6be73d2257 (patch)
tree09ce8d6034d5c86b6f0f529c6552e34bb392ec16 /drivers/target
parentf1ba63ec9073d5f270efde4cd86d811a441d54d0 (diff)
nfp: remove cpp mutex cache
CPP mutex cache was introduced to work around the fact that the same host could successfully acquire a lock multiple times. It used to collapse multiple users to the same struct nfp_cpp_mutex and track use count. Unfortunately it's racy. Since we now force all nfp_mutex_lock() callers within the host to actually succeed at acquiring the lock we no longer need the cache, let's remove it. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/target')
0 files changed, 0 insertions, 0 deletions