From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 30 Aug 2001 16:03:48 +0100 Subject: Re: [linux-lvm] A Caldera related bug? Message-ID: <20010830160347.A700@btconnect.com> References: <20010830090848.A27345@caldera.de> <20010830032321.I541@turbolinux.com> <20010830114613.B12766@caldera.de> <20010830120929.A541@btconnect.com> <20010830141631.A27638@caldera.de> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20010830141631.A27638@caldera.de>; from hch@caldera.de on Thu, Aug 30, 2001 at 02:16:31PM +0200 From: Joe Thornber Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-lvm@sistina.com On Thu, Aug 30, 2001 at 02:16:31PM +0200, Christoph Hellwig wrote: > On Thu, Aug 30, 2001 at 12:09:29PM +0100, Joe Thornber wrote: > > On Thu, Aug 30, 2001 at 11:46:13AM +0200, Christoph Hellwig wrote: > > > On Thu, Aug 30, 2001 at 03:23:21AM -0600, Andreas Dilger wrote: > > > > In the end, what is really needed is a well-defined LVM API between > > > > kernel and user-space that doesn't pass this kind of stuff. > > > > > > Completly agreed. > > > > I think every one is aware of this, but we can't change the interface during > > the 2.4 series. > > Well, you change it all over the time.. > IMHO replacing all these kernel types in the structures also used by the > tools to others that have the same size but do not depend on kernel headers > would be a very good thing for 1.0.2. ok, I'll look at them. I can't see how we can get rid of the kdev_t's though. > > > If you're interested check out the LVM2 module and look > > at the code in driver/device-mapper (dm.h is a good intro). > > Yes, this looks very promising. Not for the near future, though. Well it shouldn't take too long to get the tools working with the new driver (a few weeks). I'm really waiting for approval from linux-kernel before committing time to this though. - Joe