This is the second version of patch series to improve support for partitionable loop devices in parted.
Changes since v1: o Added test to exercise the feature. o Style fixes suggested by Jim. Petr Uzel (3): libparted: differentiate between plain files and loop devices libparted: improve support for partitions on loopback devices tests: add test for partitionable loop devices NEWS | 4 ++ include/parted/device.h | 3 +- libparted/arch/linux.c | 84 +++++++++++++++++++++++++++++++++++++------- parted/parted.c | 2 +- tests/Makefile.am | 1 + tests/t8001-loop-blkpg.sh | 65 ++++++++++++++++++++++++++++++++++ 6 files changed, 143 insertions(+), 16 deletions(-) create mode 100755 tests/t8001-loop-blkpg.sh -- 1.7.3.4 _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/parted-devel

