Re: [PATCH 3/4] partitions/dos: add function to write partition table

2016-10-26 Thread Michael Grzeschik
On Tue, Oct 18, 2016 at 08:07:12AM +0200, Sascha Hauer wrote: > Hi Michael, > > On Mon, Oct 17, 2016 at 03:29:22PM +0200, Michael Grzeschik wrote: > > The function can be used to write an partition layout to the block device > > based on its cdev layout. Only cdevs with flag DEVFS_PARTITION_IN_PT

Re: [PATCH 3/4] partitions/dos: add function to write partition table

2016-10-17 Thread Sascha Hauer
Hi Michael, On Mon, Oct 17, 2016 at 03:29:22PM +0200, Michael Grzeschik wrote: > The function can be used to write an partition layout to the block device > based on its cdev layout. Only cdevs with flag DEVFS_PARTITION_IN_PT set > get written. The function also adds an static offset of 0x20 t