commit | f0225cacfe7e69ff3234a125aeb0f3d65077835c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Aug 04 16:10:00 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Thu Aug 04 14:19:16 2016 -0600 |
tree | e61f490b47a997149aa391b301fa3f3b463d66e1 | |
parent | c0f3fd2b387448d67ae83c4ce1cc69da375b9186 [diff] |
loop: don't try to use AIO for discards Fix a fat-fingered conversion to the req_op accessors, and also use a switch statement to make it more obvious what is being checked. Signed-off-by: Christoph Hellwig <hch@lst.de> Reported-by: Dave Chinner <david@fromorbit.com> Fixes: c2df40 ("drivers: use req op accessor"); Reviewed-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Jens Axboe <axboe@fb.com>