Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758915AbcKCWEc (ORCPT ); Thu, 3 Nov 2016 18:04:32 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:34978 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758207AbcKCWE3 (ORCPT ); Thu, 3 Nov 2016 18:04:29 -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 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16110322-0040-0000-0000-000001C2C3C8 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006028; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000189; SDB=6.00776392; UDB=6.00373466; IPR=6.00553542; BA=6.00004855; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00013206; XFM=3.00000011; UTC=2016-11-03 22:04:26 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16110322-0041-0000-0000-000005B5DFC9 Message-Id: <3ad74dab-5f10-63a5-80c2-121448b2f9d0@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-11-03_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1611030403 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 519 Lines: 13 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