Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 9 Oct 2002 13:48:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 9 Oct 2002 13:48:09 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:64530 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Wed, 9 Oct 2002 13:48:08 -0400 Date: Wed, 9 Oct 2002 10:55:45 -0700 (PDT) From: Linus Torvalds To: Alexander Viro cc: Patrick Mochel , Subject: Re: [bk/patch] driver model update: device_unregister() In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 969 Lines: 25 On Wed, 9 Oct 2002, Alexander Viro wrote: > > Sorry, no. Which partition is the backing store for this filesystem is > question to some filesystem drivers. Not even every fs driver that > happens to use block devices - some of them use more than one (e.g > for journal). > > IOW, it's not a partition property. I didn't say it was a partition. I said it was a _filesystem_ property. And yes, it can be a list of multiple partitions - the same way LVM is a list of _multiple_ partitions. The point being that a partition is a real entity, and should have a node of its own - so that you can point to it (and "node" may of course be "subdirectory" if you want to have multiple things associated with it). Linus - 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/