Re: [PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions

2013-05-21 Thread Philippe De Muyter
Hi Andrew, On Mon, May 20, 2013 at 04:41:52PM -0700, Andrew Morton wrote: > On Mon, 29 Apr 2013 23:18:31 +0200 Philippe De Muyter wrote: > > > Graft AIX partitions enumeration in partitions/msdos.c > > > > There is already a AIX disks detection logic in msdos.c. When an > > AIX disk has been f

Re: [PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions

2013-05-20 Thread Andrew Morton
On Mon, 29 Apr 2013 23:18:31 +0200 Philippe De Muyter wrote: > Graft AIX partitions enumeration in partitions/msdos.c > > There is already a AIX disks detection logic in msdos.c. When an > AIX disk has been found, and if configured to, call the aix partitions > recognizer. This avoids removal

[PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions

2013-04-30 Thread Philippe De Muyter
From: Philippe De Muyter Graft AIX partitions enumeration in partitions/msdos.c There is already a AIX disks detection logic in msdos.c. When an AIX disk has been found, and if configured to, call the aix partitions recognizer. This avoids removal of AIX disks protection from msdos.c, avoids c

[PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions

2013-04-29 Thread Philippe De Muyter
Graft AIX partitions enumeration in partitions/msdos.c There is already a AIX disks detection logic in msdos.c. When an AIX disk has been found, and if configured to, call the aix partitions recognizer. This avoids removal of AIX disks protection from msdos.c, avoids code duplication, and ensure

[PATCH 3/5] partitions/msdos: enumerate also AIX LVM partitions

2013-04-25 Thread Philippe De Muyter
Graft AIX partitions enumeration in partitions/msdos.c There is already a AIX disks detection logic in msdos.c. When an AIX disk has been found, and if configured to, call the aix partitions recognizer. This avoids removal of AIX disks protection from msdos.c, avoids code duplication, and ensure