Re: [PATCH 1/2] null_blk: Remove null block from list in error path

2015-12-09 Thread Matias Bjørling
On 12/09/2015 06:21 AM, Minfei Huang wrote: Ping. Any comment is appreciate. Thanks Minfei That'll work. Thanks for fixing up my mistake. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at h

Re: [PATCH 1/2] null_blk: Remove null block from list in error path

2015-12-08 Thread Minfei Huang
Ping. Any comment is appreciate. Thanks Minfei On 11/27/15 at 09:26pm, Minfei Huang wrote: > To make consistent of null block list, we should remove enqueued null > block from the list before freeing it. > > Signed-off-by: Minfei Huang > --- > drivers/block/null_blk.c | 6 +- > 1 file cha

[PATCH 1/2] null_blk: Remove null block from list in error path

2015-11-27 Thread Minfei Huang
To make consistent of null block list, we should remove enqueued null block from the list before freeing it. Signed-off-by: Minfei Huang --- drivers/block/null_blk.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/block/null_blk.c b/drivers/block/null_blk.c index