Re: [PATCH] block2mtd: mtd: Present block2mtd timely on boot time

2014-09-17 Thread Rodrigo Freire
Hi Jörn, - Original Message - From: "Jörn Engel" > On Mon, 8 September 2014 16:04:40 -0400, Rodrigo Freire wrote: > > > > @@ -257,13 +281,15 @@ static struct block2mtd_dev *add_device( > > > > /* Setup the MTD structure */ > > /* make the name contain the block device in */ > > -

Re: [PATCH] block2mtd: mtd: Present block2mtd timely on boot time

2014-09-17 Thread Rodrigo Freire
Hi Jörn, - Original Message - From: Jörn Engel jo...@logfs.org On Mon, 8 September 2014 16:04:40 -0400, Rodrigo Freire wrote: @@ -257,13 +281,15 @@ static struct block2mtd_dev *add_device( /* Setup the MTD structure */ /* make the name contain the block device in */ -

Re: [PATCH] block2mtd: mtd: Present block2mtd timely on boot time

2014-09-09 Thread Jörn Engel
On Mon, 8 September 2014 16:04:40 -0400, Rodrigo Freire wrote: > > From: Felix Fietkau > > block2mtd: Ensure that block2mtd is presented in a timely fashion > > Currently, a block MTD device is not presented to the system on time, in > order to start mounting the filesystems. This patch

Re: [PATCH] block2mtd: mtd: Present block2mtd timely on boot time

2014-09-09 Thread Jörn Engel
On Mon, 8 September 2014 16:04:40 -0400, Rodrigo Freire wrote: From: Felix Fietkau n...@openwrt.org block2mtd: Ensure that block2mtd is presented in a timely fashion Currently, a block MTD device is not presented to the system on time, in order to start mounting the filesystems. This

[PATCH] block2mtd: mtd: Present block2mtd timely on boot time

2014-09-08 Thread Rodrigo Freire
From: Felix Fietkau block2mtd: Ensure that block2mtd is presented in a timely fashion Currently, a block MTD device is not presented to the system on time, in order to start mounting the filesystems. This patch ensures that block2mtd is presented at the right time, so filesystems can be

[PATCH] block2mtd: mtd: Present block2mtd timely on boot time

2014-09-08 Thread Rodrigo Freire
From: Felix Fietkau n...@openwrt.org block2mtd: Ensure that block2mtd is presented in a timely fashion Currently, a block MTD device is not presented to the system on time, in order to start mounting the filesystems. This patch ensures that block2mtd is presented at the right time, so