commit | 905be0a121d931132e081784930fc7d7c8d58071 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Sat Dec 02 00:33:39 2017 -0500 |
committer | Mike Snitzer <snitzer@redhat.com> | Wed Jan 17 09:16:01 2018 -0500 |
tree | 7254339487ad264b0e95e4c244f2eee075b2ca48 | |
parent | 18a5bf270532312178145b80c8893614367de106 [diff] |
dm bufio: use REQ_OP_READ and REQ_OP_WRITE Use REQ_OP_READ and REQ_OP_WRITE macros instead of READ and WRITE. They have the same value, but the block layer uses REQ_OP so bufio should too. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>