Re: [PATCH 4/4] blk-mq: add a exit_request method

2014-03-19 Thread Christoph Hellwig
On Wed, Mar 19, 2014 at 01:22:07PM +0800, Ming Lei wrote: > exit_request definition is missed. oops that accidentally went into another commit. New version below: --- From: Christoph Hellwig Subject: blk-mq: add a exit_request method This gives drivers an easy way to free any ressources

Re: [PATCH 4/4] blk-mq: add a exit_request method

2014-03-19 Thread Christoph Hellwig
On Wed, Mar 19, 2014 at 01:22:07PM +0800, Ming Lei wrote: exit_request definition is missed. oops that accidentally went into another commit. New version below: --- From: Christoph Hellwig h...@infradead.org Subject: blk-mq: add a exit_request method This gives drivers an easy way to free any

Re: [PATCH 4/4] blk-mq: add a exit_request method

2014-03-18 Thread Ming Lei
On Mon, Mar 17, 2014 at 9:18 PM, Christoph Hellwig wrote: > This gives drivers an easy way to free any resources allocated in > ->init_request. > > Signed-off-by: Christoph Hellwig > --- > block/blk-mq.c | 18 +- > 1 file changed, 17 insertions(+), 1 deletion(-) > > diff --git

Re: [PATCH 4/4] blk-mq: add a exit_request method

2014-03-18 Thread Ming Lei
On Mon, Mar 17, 2014 at 9:18 PM, Christoph Hellwig h...@infradead.org wrote: This gives drivers an easy way to free any resources allocated in -init_request. Signed-off-by: Christoph Hellwig h...@lst.de --- block/blk-mq.c | 18 +- 1 file changed, 17 insertions(+), 1

[PATCH 4/4] blk-mq: add a exit_request method

2014-03-17 Thread Christoph Hellwig
This gives drivers an easy way to free any resources allocated in ->init_request. Signed-off-by: Christoph Hellwig --- block/blk-mq.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/block/blk-mq.c b/block/blk-mq.c index c2ce99b..c7e723e 100644 ---

[PATCH 4/4] blk-mq: add a exit_request method

2014-03-17 Thread Christoph Hellwig
This gives drivers an easy way to free any resources allocated in -init_request. Signed-off-by: Christoph Hellwig h...@lst.de --- block/blk-mq.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/block/blk-mq.c b/block/blk-mq.c index c2ce99b..c7e723e 100644