From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3t8zXH6cq2zDvJQ for ; Fri, 4 Nov 2016 09:04:31 +1100 (AEDT) Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id uA3M3t2h109733 for ; Thu, 3 Nov 2016 18:04:29 -0400 Received: from e17.ny.us.ibm.com (e17.ny.us.ibm.com [129.33.205.207]) by mx0a-001b2d01.pphosted.com with ESMTP id 26g5dhpaqb-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 03 Nov 2016 18:04:29 -0400 Received: from localhost by e17.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Nov 2016 18:04:28 -0400 Subject: Re: [PATCH v3 03/16] scsi: fc: Export fc_bsg_jobdone and use it in FC drivers To: Johannes Thumshirn , "Martin K . Petersen" References: 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 Schwidefsky , Johannes Thumshirn , "open list:LINUX FOR POWERPC 32-BIT AND 64-BIT" From: Tyrel Datwyler Date: Thu, 3 Nov 2016 15:04:18 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Message-Id: <3ad74dab-5f10-63a5-80c2-121448b2f9d0@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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