From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tyrel Datwyler Subject: Re: [PATCH v3 03/16] scsi: fc: Export fc_bsg_jobdone and use it in FC drivers Date: Thu, 3 Nov 2016 15:04:18 -0700 Message-ID: <3ad74dab-5f10-63a5-80c2-121448b2f9d0@linux.vnet.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Johannes Thumshirn , "Martin K . Petersen" Cc: Heiko Carstens , Paul Mackerras , "open list:S390 ZFCP DRIVER" , Dick Kennedy , "James E.J. Bottomley" , Sudarsana Kalluru , Christoph Hellwig , "open list:FCOE SUBSYSTEM libfc, libfcoe, fcoe" , Steffen Maier , Hannes Reinecke , "supporter:QLOGIC QLA2XXX FC-SCSI DRIVER" , Linux SCSI Mailinglist , Anil Gurumurthy , Linux Kernel Mailinglist , James Smart , Martin List-Id: linux-scsi@vger.kernel.org On 10/13/2016 08:00 AM, Johannes Thumshirn wrote: > Export fc_bsg_jobdone so drivers can use it directly instead of doing > the round-trip via struct fc_bsg_job::job_done() and use it in the LLDDs. > > As we've converted all LLDDs over to use fc_bsg_jobdone() directly, > we can remove the function pointer from struct fc_bsg_job as well. > > Signed-off-by: Johannes Thumshirn > Reviewed-by: Hannes Reinecke For ibmvfc parts, Acked-by: Tyrel Datwyler