Re: [PATCH] mtd: blkdevs: Fix mtd block write failure

2017-08-12 Thread Brian Norris
Hi, On Sat, Aug 05, 2017 at 01:44:26AM +0530, Abhishek Sahu wrote: > On 2017-08-03 20:40, Boris Brezillon wrote: > >On Wed, 2 Aug 2017 18:03:05 +0530 > >Abhishek Sahu wrote: > > > >>All the MTD block write requests are failing with > >>following error messages > >> > >>mkfs.ext4 /dev/mtdblo

Re: [PATCH] mtd: blkdevs: Fix mtd block write failure

2017-08-04 Thread Abhishek Sahu
On 2017-08-03 20:40, Boris Brezillon wrote: On Wed, 2 Aug 2017 18:03:05 +0530 Abhishek Sahu wrote: All the MTD block write requests are failing with following error messages mkfs.ext4 /dev/mtdblock0 print_req_error: I/O error, dev mtdblock0, sector 0 Buffer I/O error on dev mtd

Re: [PATCH] mtd: blkdevs: Fix mtd block write failure

2017-08-03 Thread Boris Brezillon
On Wed, 2 Aug 2017 18:03:05 +0530 Abhishek Sahu wrote: > All the MTD block write requests are failing with > following error messages > > mkfs.ext4 /dev/mtdblock0 > > print_req_error: I/O error, dev mtdblock0, sector 0 > Buffer I/O error on dev mtdblock0, logical block 0, > lo

[PATCH] mtd: blkdevs: Fix mtd block write failure

2017-08-02 Thread Abhishek Sahu
All the MTD block write requests are failing with following error messages mkfs.ext4 /dev/mtdblock0 print_req_error: I/O error, dev mtdblock0, sector 0 Buffer I/O error on dev mtdblock0, logical block 0, lost async page write The control is going to default case after block writ