]> www.infradead.org Git - users/jedix/linux-maple.git/commit
[2d8747c2] fixup! blk-mq: prevent double-unlock of mutex
authorDan Duval <dan.duval@oracle.com>
Fri, 29 Jul 2016 17:20:06 +0000 (13:20 -0400)
committerChuck Anderson <chuck.anderson@oracle.com>
Tue, 2 Aug 2016 06:54:09 +0000 (23:54 -0700)
commit829dfb841e86603f0dbd11c9b0a0008a7ae08bd5
tree26d209a53d9872a6cbb0a15fc3e9e5557183a607
parent618834d55b7c55cfafd087a62373fb336696fa35
[2d8747c2] fixup! blk-mq: prevent double-unlock of mutex

Orabug: 24376549

Commit 2d8747c28478f85d9f04292780b1432edd2a384e ("blk-mq: avoid inserting
requests before establishing new mapping") introduced an extraneous call
to mutex_unlock().  The result is that the mutex gets unlocked twice.

Remove the extra call.

Signed-off-by: Dan Duval <dan.duval@oracle.com>
block/blk-mq.c