diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2022-12-16 09:47:28 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-01-05 12:10:35 -0800 |
commit | 273661595c21f390d2522af06c7b552f907fe12a (patch) | |
tree | 80cbcfc1f7f782529cc59378d6ae1eb9c49d138e /net/sunrpc | |
parent | c24501b240741907ddfce52ffc186792db5ad3a5 (diff) |
rcutorture: Drop sparse lock-acquisition annotations
The sparse __acquires() and __releases() annotations provide very
little value. The argument is ignored, so sparse cannot tell the
differences between acquiring one lock and releasing another on the one
hand and acquiring and releasing a given lock on the other. In addition,
lockdep annotations provide much more precision, for but one example,
actually knowing which lock is held.
This commit therefore removes the __acquires() and __releases()
annotations from rcutorture.
Reported-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'net/sunrpc')
0 files changed, 0 insertions, 0 deletions