Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759523AbcKCWI5 (ORCPT ); Thu, 3 Nov 2016 18:08:57 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:46985 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755517AbcKCWIz (ORCPT ); Thu, 3 Nov 2016 18:08:55 -0400 Subject: Re: [PATCH v3 06/16] scsi: fc: provide fc_bsg_to_rport() helper To: Johannes Thumshirn , "Martin K . Petersen" References: <9b2273fd57def066d9c8b5b45a2ee43752a67cc9.1476369687.git.jthumshirn@suse.de> Cc: "open list:S390 ZFCP DRIVER" , Dick Kennedy , "James E.J. Bottomley" , Linux SCSI Mailinglist , "supporter:QLOGIC QLA2XXX FC-SCSI DRIVER" , Heiko Carstens , Linux Kernel Mailinglist , "open list:FCOE SUBSYSTEM libfc, libfcoe, fcoe" , Christoph Hellwig , Martin Schwidefsky , James Smart , Paul Mackerras , Hannes Reinecke , Steffen Maier , Johannes Thumshirn , "open list:LINUX FOR POWERPC 32-BIT AND 64-BIT" From: Tyrel Datwyler Date: Thu, 3 Nov 2016 15:08:45 -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: <9b2273fd57def066d9c8b5b45a2ee43752a67cc9.1476369687.git.jthumshirn@suse.de> 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-8235-0000-0000-00000987886A 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.00776394; UDB=6.00373467; IPR=6.00553544; 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:08:52 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16110322-8236-0000-0000-0000362B057F Message-Id: 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: 404 Lines: 12 On 10/13/2016 08:00 AM, Johannes Thumshirn wrote: > Provide fc_bsg_to_rport() helper that will become handy when we're moving > from struct fc_bsg_job to a plain struct bsg_job. Also move all LLDDs to use > the new helper. > > Signed-off-by: Johannes Thumshirn > Reviewed-by: Hannes Reinecke For ibmvfc parts, Acked-by: Tyrel Datwyler