Re: [PATCH 1/2] scsi: aacraid: change wait_sem to a completion

2018-12-12 Thread Martin K. Petersen
Arnd, > The wait_sem member is used like a completion, so we should use the > respective API. The behavior is unchanged. Applied to 4.21/scsi-queue. Thank you! -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH 1/2] scsi: aacraid: change wait_sem to a completion

2018-12-11 Thread Dave.Carroll
Arnd Bergmann ; Raghava Aditya Renukunta > ; Prasad B Munirathnam > ; Dave Carroll > ; Dan Carpenter > ; Johannes Thumshirn ; > linux-s...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: [PATCH 1/2] scsi: aacraid: change wait_sem to a completion > > The wait_sem me

Re: [PATCH 1/2] scsi: aacraid: change wait_sem to a completion

2018-12-10 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes ThumshirnSUSE Labs Filesystems jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG

[PATCH 1/2] scsi: aacraid: change wait_sem to a completion

2018-12-10 Thread Arnd Bergmann
The wait_sem member is used like a completion, so we should use the respective API. The behavior is unchanged. Signed-off-by: Arnd Bergmann --- drivers/scsi/aacraid/aacraid.h | 2 +- drivers/scsi/aacraid/commctrl.c | 4 ++-- drivers/scsi/aacraid/commsup.c | 4 ++-- 3 files changed, 5