Re: RFC: Modularize /proc/partitons (was Re: /proc/partitions for LVM)

2000-11-24 Thread Heinz J. Mauelshagen
Looks good to me. Regards, Heinz -- The LVM guy -- On Thu, Nov 23, 2000 at 02:52:39PM -0500, Brian Kress wrote: > "Heinz J. Mauelshagen" wrote: > > > > On Wed, Nov 22, 2000 at 04:27:51PM -0500, Brian Kress wrote: > > > "Heinz J. Mauelshagen" wrote: > > > > > > > > On Wed, Nov 22, 2000 at

Re: RFC: Modularize /proc/partitons (was Re: /proc/partitions for LVM)

2000-11-23 Thread Peter Samuelson
[Brian Kress] > 1) Add a function pointer to struct gendisk called hd_name. > > 2) Make disk_name in fs/partitions/check.c use that function > pointer if its non-null. > > 3) Change the following drivers to use this method. (adding the > driver specific method and removing the old co

Re: RFC: Modularize /proc/partitons (was Re: /proc/partitions for LVM)

2000-11-23 Thread Brian Kress
"Heinz J. Mauelshagen" wrote: > > On Wed, Nov 22, 2000 at 04:27:51PM -0500, Brian Kress wrote: > > "Heinz J. Mauelshagen" wrote: > > > > > > On Wed, Nov 22, 2000 at 04:05:39PM -0500, Brian Kress wrote: > > > > Question about /proc/partitions and LVM. LVM devices in > > > > /proc/partitions

Re: RFC: Modularize /proc/partitons (was Re: /proc/partitions for LVM)

2000-11-22 Thread Heinz J. Mauelshagen
On Wed, Nov 22, 2000 at 04:27:51PM -0500, Brian Kress wrote: > "Heinz J. Mauelshagen" wrote: > > > > On Wed, Nov 22, 2000 at 04:05:39PM -0500, Brian Kress wrote: > > > Question about /proc/partitions and LVM. LVM devices in > > > /proc/partitions currently show up as lvma, lvmb, etc, depen

RFC: Modularize /proc/partitons (was Re: /proc/partitions for LVM)

2000-11-22 Thread Brian Kress
"Heinz J. Mauelshagen" wrote: > > On Wed, Nov 22, 2000 at 04:05:39PM -0500, Brian Kress wrote: > > Question about /proc/partitions and LVM. LVM devices in > > /proc/partitions currently show up as lvma, lvmb, etc, depending on > > their device number. This breaks things like mount by file

Re: /proc/partitions for LVM

2000-11-22 Thread Heinz J. Mauelshagen
On Wed, Nov 22, 2000 at 04:05:39PM -0500, Brian Kress wrote: > Question about /proc/partitions and LVM. LVM devices in > /proc/partitions currently show up as lvma, lvmb, etc, depending on > their device number. This breaks things like mount by filesystem > name. Back when LVM existed as