blk-mq: unshared timeout handler
authorChristoph Hellwig <hch@lst.de>
Sat, 13 Sep 2014 23:40:12 +0000 (16:40 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 30 Mar 2015 18:54:54 +0000 (12:54 -0600)
commit0101a0304201221526e295c71c1605793bf83a7a
treee25f1b584d374b245bcd1b4bb607943b743b3f43
parentd5e30494027b54fcde2117bb00f9707465ac1f5f
blk-mq: unshared timeout handler

Duplicate the (small) timeout handler in blk-mq so that we can pass
arguments more easily to the driver timeout handler.  This enables
the next patch.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c
block/blk-timeout.c
block/blk.h