Re: fix loop discard regression
From: Jens Axboe <axboe@kernel.dk>
Date: 2016-08-04 14:35:47
Also in:
linux-fsdevel
From: Jens Axboe <axboe@kernel.dk>
Date: 2016-08-04 14:35:47
Also in:
linux-fsdevel
On 08/04/2016 08:09 AM, Christoph Hellwig wrote:
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.
Applied, thanks. -- Jens Axboe