From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC-v2 01/12] iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi Date: Mon, 14 Mar 2011 15:59:30 +0100 Message-ID: <20110314145930.GB28480@lst.de> References: <1300103829-10337-1-git-send-email-nab@linux-iscsi.org> <1300103829-10337-2-git-send-email-nab@linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1300103829-10337-2-git-send-email-nab@linux-iscsi.org> Sender: linux-kernel-owner@vger.kernel.org To: "Nicholas A. Bellinger" Cc: linux-scsi , linux-kernel , James Bottomley , Christoph Hellwig , Mike Christie , Hannes Reinecke , FUJITA Tomonori , Boaz Harrosh , Stephen Rothwell , Douglas Gilbert List-Id: linux-scsi@vger.kernel.org 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.