From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756823Ab0IHCnA (ORCPT ); Tue, 7 Sep 2010 22:43:00 -0400 Received: from andromeda.dapyr.net ([206.212.254.10]:59633 "EHLO andromeda.dapyr.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756676Ab0IHCm4 (ORCPT ); Tue, 7 Sep 2010 22:42:56 -0400 From: Konrad Rzeszutek Wilk To: "Nicholas A. Bellinger" , Joel Becker Subject: Re: [RFC 06/22] tcm: Add ConfigFS subsystem backstore infrastructure Date: Tue, 7 Sep 2010 22:41:23 -0400 User-Agent: KMail/1.9.10 Cc: "linux-scsi" , "linux-kernel" , FUJITA Tomonori , Mike Christie , Christoph Hellwig , Hannes Reinecke , James Bottomley , Jens Axboe , Boaz Harrosh References: <1283160058-6674-1-git-send-email-nab@linux-iscsi.org> In-Reply-To: <1283160058-6674-1-git-send-email-nab@linux-iscsi.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201009072241.25115.konrad@darnok.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 30 August 2010 05:20:58 Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > This patch adds the TCM/ConfigFS core HBA and device backstore > infrastructre objects in /sys/kernel/config/target/core. It includes > wrappers to logic for Persistent Reservations and ALUA, and supports > Linux/SCSI, Linux/BLOCK, and Linux/FILEIO backstores using TCM subsystem > plugin API. > > Signed-off-by: Nicholas A. Bellinger > --- > drivers/target/target_core_configfs.c | 3334 Considering this is in configfs, you should copy Joel on this. I added him on the huge CC-list. The only comments I've about this file is the majority of the printk should be KERN_DEBUG and that the EXPORT_SYMBOL should be EXPORT_SYMBOL_GPL.