Re: [PATCH] block: fix unintended fallthrough in generic_make_request_checks()

2016-12-05 Thread Nicolai Stange
Nicolai Stange writes: > --- > Applicable to next-20161202. > > Note that after this patch, I'm seeing a single > EXT4-fs (dm-1): Delayed block allocation failed for inode 2625094 at > logical offset 2032 with max blocks 2 with error 121 > with 121 == EREMOTEIO > > This is becau

Re: [PATCH] block: fix unintended fallthrough in generic_make_request_checks()

2016-12-05 Thread Jens Axboe
On 12/04/2016 06:56 AM, Nicolai Stange wrote: > Since commit e73c23ff736e ("block: add async variant of > blkdev_issue_zeroout") messages like the following show up: > > EXT4-fs (dm-1): Delayed block allocation failed for inode 2368848 at > logical offset 0 with max blocks 1 wi

Re: [PATCH] block: fix unintended fallthrough in generic_make_request_checks()

2016-12-05 Thread Christoph Hellwig
Oops, thanks for the fix: Reviewed-by: Christoph Hellwig