On Thu, Aug 4, 2016 at 8:09 AM, Christoph Hellwig <hch@xxxxxx> 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. > > -- > To unsubscribe from this list: send the line "unsubscribe linux-block" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html Tested-by: Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx> Also, your 2nd patch is missing a signed-off-by. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html