From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262312AbULCQWQ (ORCPT ); Fri, 3 Dec 2004 11:22:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262331AbULCQWQ (ORCPT ); Fri, 3 Dec 2004 11:22:16 -0500 Received: from [213.146.154.40] ([213.146.154.40]:23214 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S262312AbULCQWN (ORCPT ); Fri, 3 Dec 2004 11:22:13 -0500 Date: Fri, 3 Dec 2004 16:22:03 +0000 From: Christoph Hellwig To: "Bagalkote, Sreenivas" Cc: "'brking@us.ibm.com'" , "'James Bottomley'" , "'linux-kernel@vger.kernel.org'" , "'linux-scsi@vger.kernel.org'" , "'bunk@fs.tum.de'" , "'Andrew Morton'" , "'Matt_Domsch@dell.com'" , "Ju, Seokmann" , "Doelfel, Hardy" , "Mukker, Atul" Subject: Re: How to add/drop SCSI drives from within the driver? Message-ID: <20041203162203.GA14438@infradead.org> Mail-Followup-To: Christoph Hellwig , "Bagalkote, Sreenivas" , "'brking@us.ibm.com'" , 'James Bottomley' , "'linux-kernel@vger.kernel.org'" , "'linux-scsi@vger.kernel.org'" , "'bunk@fs.tum.de'" , 'Andrew Morton' , "'Matt_Domsch@dell.com'" , "Ju, Seokmann" , "Doelfel, Hardy" , "Mukker, Atul" References: <0E3FA95632D6D047BA649F95DAB60E570230CA70@exa-atlanta> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0E3FA95632D6D047BA649F95DAB60E570230CA70@exa-atlanta> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 03, 2004 at 10:29:29AM -0500, Bagalkote, Sreenivas wrote: > I agree. The sysfs method would have been the most logical way of doing it. > But then application becomes sysfs dependent. We really cannot do that. And we cannot add more ioctl interfaces.