Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753828AbYJGQfs (ORCPT ); Tue, 7 Oct 2008 12:35:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754069AbYJGQfg (ORCPT ); Tue, 7 Oct 2008 12:35:36 -0400 Received: from casper.infradead.org ([85.118.1.10]:58854 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753711AbYJGQff (ORCPT ); Tue, 7 Oct 2008 12:35:35 -0400 Date: Tue, 7 Oct 2008 09:35:30 -0700 From: Arjan van de Ven To: Mike Miller Cc: Andrew Morton , JensAxboejens.axboe@oracle.com, LKML , LKML-scsi Subject: Re: [PATCH 1 of 1] cciss: add procfs interface to rescan logical volumes Message-ID: <20081007093530.1793a81b@infradead.org> In-Reply-To: <20081007162454.GA12104@roadking.ldev.net> References: <20081007162454.GA12104@roadking.ldev.net> Organization: Intel X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.12; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1174 Lines: 29 On Tue, 7 Oct 2008 11:24:54 -0500 Mike Miller wrote: > Patch 1 of 1 > > This patch adds a procfs interface so users can force a rescan of the > logical volumes attached to the controller. A new product uses Target > Based Management (TBM) out-of-band for configuration purposes. With > this method the driver has no way of knowing that something has > changed, i.e., new logical volume(s) added or existing volumes > deleted. This interface allows the user to echo "rescan volumes" > > /proc/driver/cciss/ccissN to force the driver to rebuild our table of > logical volumes. > Please consider this patch for inclusion. I'll ask the obvious question (since you didn't address this)... why is this a proc thing and not just a sysfs attribute of the device? -- Arjan van de Ven Intel Open Source Technology Centre For development, discussion and tips for power savings, visit http://www.lesswatts.org -- 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/