From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756047Ab1CNX7l (ORCPT ); Mon, 14 Mar 2011 19:59:41 -0400 Received: from mail.linux-iscsi.org ([67.23.28.174]:38452 "EHLO linux-iscsi.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753236Ab1CNX7k (ORCPT ); Mon, 14 Mar 2011 19:59:40 -0400 Subject: Re: [RFC-v2 01/12] iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi From: "Nicholas A. Bellinger" To: Mike Christie Cc: Christoph Hellwig , linux-scsi , linux-kernel , James Bottomley , Hannes Reinecke , FUJITA Tomonori , Boaz Harrosh , Stephen Rothwell , Douglas Gilbert , Open iSCSI In-Reply-To: <4D7E930A.1010503@cs.wisc.edu> References: <1300103829-10337-1-git-send-email-nab@linux-iscsi.org> <1300103829-10337-2-git-send-email-nab@linux-iscsi.org> <20110314145930.GB28480@lst.de> <1300138856.28255.133.camel@haakon2.linux-iscsi.org> <4D7E930A.1010503@cs.wisc.edu> Content-Type: text/plain Date: Mon, 14 Mar 2011 16:52:36 -0700 Message-Id: <1300146756.28255.211.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2011-03-14 at 17:13 -0500, Mike Christie wrote: > On 03/14/2011 04:40 PM, Nicholas A. Bellinger wrote: > > On Mon, 2011-03-14 at 15:59 +0100, Christoph Hellwig wrote: > >> On Mon, Mar 14, 2011 at 04:56:58AM -0700, Nicholas A. Bellinger wrote: > >>> From: Nicholas Bellinger > >>> > >>> This patch renames the following iscsi_proto.h structures to avoid > >>> namespace issues with drivers/target/iscsi/iscsi_target_core.h: > >>> > >>> *) struct iscsi_cmd -> struct iscsi_scsi_cmd > >> > >> This name is not overly descriptive. Using _req/_rsp uniformly would make a > >> lot more sense. > >> > > > > Mmmm, fair point here.. I don't have a strong preference so I will > > defer to Mike and Hannes on this (open-iscsi CC'ed). Guys is this OK > > with you..? > > > > Ok with me. OK, I will go ahead and convert these libiscsi PDU definitions to iscsi_scsi_req and iscsi_scsi_rsp and update patch #1 of the series for RFC-v3. Thanks Mike! --nab