Re: fix loop discard regression
From: Jens Axboe <axboe@kernel.dk>
Date: 2016-08-05 13:51:39
Also in:
linux-fsdevel
On 08/05/2016 01:39 AM, Christoph Hellwig wrote:
On Thu, Aug 04, 2016 at 12:55:26PM -0600, Ross Zwisler wrote:quoted
On Thu, Aug 4, 2016 at 8:09 AM, Christoph Hellwig [off-list ref] wrote:quoted
The first patch fixes a regression where discard request were accidentally marked as aio after the req_op conversion. This would have been mostly harmless except for the god-awful parsing of request types later in the actual I/O handler which turns them into a write, so the second patch rewrites that handler using a proper switch statement as well. -- To unsubscribe from this list: send the line "unsubscribe linux-block" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlTested-by: Ross Zwisler <redacted> Also, your 2nd patch is missing a signed-off-by.Signed-off-by: Christoph Hellwig <hch@lst.de> in case that Jens wants to bother with force-updating the tree.
Not really, was hoping to flush it out today. Don't see it as a huge problem... -- Jens Axboe