diff options
author | 2016-06-08 15:49:41 -0500 | |
---|---|---|
committer | 2016-06-08 15:01:16 -0600 | |
commit | 56332f02a562390a3198525ad78cb4f558805c0f (patch) | |
tree | 06be0f2c4c46616eb4b625ffb647a1c664547949 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | NVMe: Fix removal in case of active namespace list scanning method (diff) | |
download | linux-dev-56332f02a562390a3198525ad78cb4f558805c0f.tar.xz linux-dev-56332f02a562390a3198525ad78cb4f558805c0f.zip |
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 <mchristi@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions