Skip to content
  • Philippe De Muyter's avatar
    partitions: add aix lvm partition support files · 6ceea22b
    Philippe De Muyter authored
    
    
    Add partitions/aix.h and partitions/aix.c.
    
    AIX LVM permits to make "logical volumes" which are made of multiple
    slices of multiple disks.  The new code allows only access to the
    "logical volumes" which are made of one slice on the probed disk, a
    slice being a contiguous disk area.  The code also detects "logical
    volumes" made of multiple slices on the probed disk, but can not
    describe them to the partition layer, because the partition layer
    generic code does not support that.  When such non-contiguous "logical
    volumes" are detected, a diagnostic message is printed.
    
    [akpm@linux-foundation.org: coding-style fixes]
    Signed-off-by: default avatarPhilippe De Muyter <phdm@macqel.be>
    Cc: Karel Zak <kzak@redhat.com>
    Cc: Jens Axboe <axboe@kernel.dk>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    6ceea22b