diff options
| author | Mike Christie <[email protected]> | 2016-06-08 15:49:41 -0500 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2016-06-08 15:01:16 -0600 |
| commit | 56332f02a562390a3198525ad78cb4f558805c0f (patch) | |
| tree | 06be0f2c4c46616eb4b625ffb647a1c664547949 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 47b0e50ac724d97c392f771bb46f11d9d1575242 (diff) | |
mg_disk: fix enum REQ_OP_ kbuild error
Because we define WRITE/READ as REQ_OPs, we cannot do
switch (rq_data_dir(request))
case READ
....
case WRITE
...
without getting warnings about handling other REQ_OPs.
This just has mq_disk do a if/else like it does in other
places.
Signed-off-by: Mike Christie <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions