From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Walker Subject: Re: [RFC v2 PATCH 0/19] A kernel-level configfs enabled generic target engine for Linux v2.6.32 Date: Fri, 18 Sep 2009 18:15:25 -0700 Message-ID: <1253322925.6699.8.camel@desktop> References: <1253311656.4498.143.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from fifo99.com ([67.223.236.141]:40510 "EHLO fifo99.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753356AbZISBPX (ORCPT ); Fri, 18 Sep 2009 21:15:23 -0400 In-Reply-To: <1253311656.4498.143.camel@haakon2.linux-iscsi.org> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "Nicholas A. Bellinger" Cc: LKML , linux-scsi , Andrew Morton , Greg KH , Douglas Gilbert , James Bottomley , Hannes Reinecke , FUJITA Tomonori , Mike Christie , Joel Becker , "Martin K. Petersen" , Christoph Hellwig , Linus Torvalds , Alan Stern , Boaz Harrosh , Florian Haas , Philipp Reisner , Lars Ellenberg On Fri, 2009-09-18 at 15:07 -0700, Nicholas A. Bellinger wrote: > Greetings all, > > This is the second round of request for comments for TCM/ConfigFS v3.2 > from lio-core-2.6.git. > Thanks to the folks who made comments, and I again invite people to > take a look and make > recommendations on how the code can be futher improved to use the best > available upstream > interfaces. There are still a couple of minor checkpatch errors in the series, but it's nothing you would need to resubmit because of .. In patch 2 the following are fixable, ERROR: return is not a function, parentheses are not required #3401: FILE: include/target/configfs_macros.h:104: + return((ci) ? container_of(to_config_group(ci), struct _item, \ ERROR: trailing whitespace #3438: FILE: include/target/configfs_macros.h:141: +CONFIGFS_EATTR_OPS_STORE(_name, _item);^I$ and in Patch 18, and 19 there are a couple more whitespace related errors you could fix.. Daniel