> -----Original Message----- > From: linux-scsi-owner@xxxxxxxxxxxxxxx [mailto:linux-scsi- > owner@xxxxxxxxxxxxxxx] On Behalf Of Arnd Bergmann > Sent: Monday, December 10, 2018 1:33 PM > To: Adaptec OEM Raid Solutions <aacraid@xxxxxxxxxxxxx>; James E.J. > Bottomley <jejb@xxxxxxxxxxxxx>; Martin K. Petersen > <martin.petersen@xxxxxxxxxx> > Cc: Arnd Bergmann <arnd@xxxxxxxx>; Raghava Aditya Renukunta > <RaghavaAditya.Renukunta@xxxxxxxxxxxxx>; Prasad B Munirathnam > <prasad.munirathnam@xxxxxxxxxxxxx>; Dave Carroll > <david.carroll@xxxxxxxxxxxxx>; Dan Carpenter > <dan.carpenter@xxxxxxxxxx>; Johannes Thumshirn <jthumshirn@xxxxxxx>; > linux-scsi@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx > Subject: [PATCH 2/2] scsi: aacraid: change event_wait to a completion > > The event_wait semaphore has completion semantics, so we can change it > over to the completion interface for clarity without changing the behavior. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > --- Reviewed-by: Dave Carroll <david.carroll@xxxxxxxxxxxxx>