[PATCH 5/6] blk-mq: unshared timeout handler

2014-09-13 Thread Christoph Hellwig
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 --- block/blk-mq.c | 53 + block/blk-timeout.c | 8

[PATCH 5/6] blk-mq: unshared timeout handler

2014-09-13 Thread Christoph Hellwig
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 h...@lst.de --- block/blk-mq.c | 53 +