Re: [PATCH] tcmu: remove useless code and clean up the code style.

2018-06-07 Thread Xiubo Li
On 2018/6/8 9:35, Martin K. Petersen wrote: Xiubo, Since the TCMU_RING_SIZE macro is not using here will discard it and at the same time clean up the code style. Applied to 4.19/scsi-queue. Thanks! Thanks very much. BRs

Re: [PATCH] tcmu: remove useless code and clean up the code style.

2018-06-07 Thread Martin K. Petersen
Xiubo, > Since the TCMU_RING_SIZE macro is not using here will discard it and > at the same time clean up the code style. Applied to 4.19/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] tcmu: remove useless code and clean up the code style.

2018-06-07 Thread Mike Christie
On 06/07/2018 01:31 AM, xiu...@redhat.com wrote: > From: Xiubo Li > > Since the TCMU_RING_SIZE macro is not using here will discard it > and at the same time clean up the code style. > > Signed-off-by: Xiubo Li > --- > drivers/target/target_core_user.c | 8 ++-- > 1 file changed, 2 inserti

[PATCH] tcmu: remove useless code and clean up the code style.

2018-06-06 Thread xiubli
From: Xiubo Li Since the TCMU_RING_SIZE macro is not using here will discard it and at the same time clean up the code style. Signed-off-by: Xiubo Li --- drivers/target/target_core_user.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/target/target_core_use