From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 8/19]: SCST SYSFS interface implementation Date: Sat, 13 Nov 2010 15:59:38 -0800 Message-ID: <20101113235938.GA1827@kroah.com> References: <20101022185437.GA9103@kroah.com> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kroah.org ([198.145.64.141]:33692 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754395Ab0KMX7t (ORCPT ); Sat, 13 Nov 2010 18:59:49 -0500 Content-Disposition: inline In-Reply-To: <4CDEC8D2.8080101@vlnb.net> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Vladislav Bolkhovitin Cc: Dmitry Torokhov , 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 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'? 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? thanks, greg k-h