Re: [PATCH 03/16] block: don't hold the queue_lock over blk_abort_request

2018-11-14 Thread Hannes Reinecke
On 11/14/18 5:02 PM, Christoph Hellwig wrote: There is nothing it could synchronize against, so don't go through the pains of acquiring the lock. Signed-off-by: Christoph Hellwig --- block/blk-timeout.c | 2 +- drivers/ata/libata-eh.c | 4

[PATCH 03/16] block: don't hold the queue_lock over blk_abort_request

2018-11-14 Thread Christoph Hellwig
There is nothing it could synchronize against, so don't go through the pains of acquiring the lock. Signed-off-by: Christoph Hellwig --- block/blk-timeout.c | 2 +- drivers/ata/libata-eh.c | 4 drivers/block/mtip32xx/mtip32xx.c | 5 +