• P
    partitions: add aix lvm partition support files · 6ceea22b
    Philippe De Muyter 提交于
    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: NPhilippe De Muyter <phdm@macqel.be>
    Cc: Karel Zak <kzak@redhat.com>
    Cc: Jens Axboe <axboe@kernel.dk>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    6ceea22b
Makefile 657 字节