Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757552Ab0KOG7d (ORCPT ); Mon, 15 Nov 2010 01:59:33 -0500 Received: from mail-iw0-f174.google.com ([209.85.214.174]:57421 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757203Ab0KOG7a (ORCPT ); Mon, 15 Nov 2010 01:59:30 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=W+UsoXMKeHZ8VZbcnXJvhiAzRhvL626ccIRXHlQIc7HqJ8xmFlCqjM1EGywtKTR/nL kKMsPS7iyhSkZIg8Aa1dxNM/zvLitZMFSuk6CPjhTouXcRKbgyDGoqjwmmM9ps2wsevD S6AH8IguUJQdXKvgUNEDxt2ON3HIJQDyDVZwA= Date: Sun, 14 Nov 2010 22:59:20 -0800 From: Dmitry Torokhov To: Greg KH Cc: Vladislav Bolkhovitin , Boaz Harrosh , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, scst-devel , James Bottomley , Andrew Morton , FUJITA Tomonori , Mike Christie , Vu Pham , Bart Van Assche , James Smart , Joe Eykholt , Andy Yan , Chetan Loke , Hannes Reinecke , Richard Sharpe , Daniel Henrique Debonzi Subject: Re: [PATCH 8/19]: SCST SYSFS interface implementation Message-ID: <20101115065919.GB14442@core.coreip.homeip.net> References: <4CD8566D.1020202@vlnb.net> <20101109002829.GA22633@kroah.com> <4CD9A9B8.70708@vlnb.net> <4CDA6CD4.3010308@panasas.com> <4CDAFE6E.7050200@vlnb.net> <4CDBBE80.40908@panasas.com> <4CDC56F9.9040601@vlnb.net> <20101112012315.GE17097@core.coreip.homeip.net> <4CDEC8D2.8080101@vlnb.net> <20101113235938.GA1827@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101113235938.GA1827@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1332 Lines: 35 On Sat, Nov 13, 2010 at 03:59:38PM -0800, Greg KH wrote: > On Sat, Nov 13, 2010 at 08:20:18PM +0300, Vladislav Bolkhovitin wrote: > > So, I decided to reimplement it to be completely synchronous. SYSFS > > authors did really great job and thanks to the excellent internal SYSFS > > design and implementation it is absolutely safe. See: > > > > [root@tgt ~]# modprobe scst > > [root@tgt ~]# cd /sys/kernel/scst_tgt/ > > Sorry, but no, you can't put this in /sys/kernel/ without getting the > approval of the sysfs maintainer. > > I really don't understand why you are using kobjects in the first place, > why isn't this in the main device tree in the kernel, using 'struct > device'? > It is my understanding that Vlad is able to reflect the topology by manipulating sysfs objects there. > In the end, I guess it really doesn't matter as this code isn't getting > merged so I shouldn't worry about it, right? > This is quite unfortunate as I still have not seen the public comparison of the 2 implementations and the lists of benefits and shortfalls for both of them. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/