From 6ceea22bbbc84fcf6bf0913bb3db8a657e9002f6 Mon Sep 17 00:00:00 2001 From: Philippe De Muyter Date: Mon, 8 Jul 2013 16:01:29 -0700 Subject: partitions: add aix lvm partition support files 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: Philippe De Muyter Cc: Karel Zak Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- block/partitions/aix.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 block/partitions/aix.h (limited to 'block/partitions/aix.h') diff --git a/block/partitions/aix.h b/block/partitions/aix.h new file mode 100644 index 000000000000..e0c66a987523 --- /dev/null +++ b/block/partitions/aix.h @@ -0,0 +1 @@ +extern int aix_partition(struct parsed_partitions *state); -- cgit v1.2.3