commit | 373e4af34ec13c17a6b80227c7d5d3719122eb77 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 14 17:02:08 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 15 12:13:21 2018 -0700 |
tree | 89c93f218d6949e6f802a1703bd0ac0f2c9c2790 | |
parent | 57d74df90783f6a6b3e79dfdd2a567ce5db3b790 [diff] |
block: remove queue_lockdep_assert_held The only remaining user unconditionally drops and reacquires the lock, which means we really don't need any additional (conditional) annotation. Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>