Re: [PATCH v3 0/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()

2017-10-25 Thread Jens Axboe
On 10/24/2017 11:27 PM, Ilya Dryomov wrote: > On Mon, Oct 16, 2017 at 3:59 PM, Ilya Dryomov wrote: >> Hi Christoph, Martin, >> >> blkdev_issue_zeroout() now checks for any error. This required a minor >> refactor, so I dropped the stable tag, Jens can add it back if needed.

Re: [PATCH v3 0/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()

2017-10-25 Thread Ilya Dryomov
On Mon, Oct 16, 2017 at 3:59 PM, Ilya Dryomov wrote: > Hi Christoph, Martin, > > blkdev_issue_zeroout() now checks for any error. This required a minor > refactor, so I dropped the stable tag, Jens can add it back if needed. > > v2 -> v3: > - another code flow change in

[PATCH v3 0/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()

2017-10-16 Thread Ilya Dryomov
Hi Christoph, Martin, blkdev_issue_zeroout() now checks for any error. This required a minor refactor, so I dropped the stable tag, Jens can add it back if needed. v2 -> v3: - another code flow change in blkdev_issue_zeroout() suggested by Christoph -- no functional changes v1 -> v2: -