]> www.infradead.org Git - users/jedix/linux-maple.git/commit
restore mutex_lock() call to blk_mq_freeze_queue_start()
authorDan Duval <dan.duval@oracle.com>
Mon, 27 Mar 2017 13:20:01 +0000 (09:20 -0400)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 15 Jun 2017 03:17:15 +0000 (20:17 -0700)
commit08ea70d8069967045946080e7b16a2ea5cf91d9e
treef917ec7108515068e1c849c6a515a4a6698d626c
parentec689db87bf24cc74234730c051580b8c63c47ee
restore mutex_lock() call to blk_mq_freeze_queue_start()

Orabug: 26266901

Over-eager editing for conflict resolution in merge commit
c311ca8a3d9349dfc606cada0d8ca14e58728c9c ("Merge tag 'v4.1.12-70#22913653a12'
into pmem-4.1-merge") resulted in the accidental deletion of two calls to
mutex_lock().  Since the matching calls to mutex_unlock() were correctly left
in the source, this produced a lock imbalance, detectable via lockdep.

This commit restores the missing mutex_lock() calls.

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