]> git.baikalelectronics.ru Git - kernel.git/commit
partitions/msdos: enumerate also AIX LVM partitions
authorPhilippe De Muyter <phdm@macqel.be>
Mon, 8 Jul 2013 23:01:30 +0000 (16:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jul 2013 17:33:28 +0000 (10:33 -0700)
commit47a7e7eb2da817dd87168bafd0bc5bbaca877b80
treeea2172921280dfd1a8fff3b5bc41141bb5e3b6df
parent9632e9621f12b7379c6741776f2aa2907cae0f38
partitions/msdos: enumerate also AIX LVM partitions

Graft AIX partitions enumeration into 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 ensures that AIX partitions enumeration is called before
plain msdos partitions enumeration.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Cc: Karel Zak <kzak@redhat.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
block/partitions/msdos.c