Re: [PATCH for-next 01/10] IB/iser: Fix module init not cleaning up on error flow

2015-11-17 Thread Sagi Grimberg
Sagi and Co Can you make sure to avoid skipping usage of capital letters when beginning a sentence and use punctuations: comma/s, period/s? Will do. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo in

Re: [PATCH for-next 01/10] IB/iser: Fix module init not cleaning up on error flow

2015-11-17 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH for-next 01/10] IB/iser: Fix module init not cleaning up on error flow

2015-11-16 Thread Or Gerlitz
On 11/16/2015 6:37 PM, Sagi Grimberg wrote: destroy workqueue on transport register error release kmem cache on workqueue alloc error Sagi and Co Can you make sure to avoid skipping usage of capital letters when beginning a sentence and use punctuations: comma/s, period/s? Or. -- To unsubs

[PATCH for-next 01/10] IB/iser: Fix module init not cleaning up on error flow

2015-11-16 Thread Sagi Grimberg
From: Roi Dayan destroy workqueue on transport register error release kmem cache on workqueue alloc error Signed-off-by: Roi Dayan Signed-off-by: Sagi Grimberg --- drivers/infiniband/ulp/iser/iscsi_iser.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/inf