]> asedeno.scripts.mit.edu Git - linux.git/commit
dm bufio: use REQ_OP_READ and REQ_OP_WRITE
authorMikulas Patocka <mpatocka@redhat.com>
Sat, 2 Dec 2017 05:33:39 +0000 (00:33 -0500)
committerMike Snitzer <snitzer@redhat.com>
Wed, 17 Jan 2018 14:16:01 +0000 (09:16 -0500)
commit905be0a121d931132e081784930fc7d7c8d58071
tree7254339487ad264b0e95e4c244f2eee075b2ca48
parent18a5bf270532312178145b80c8893614367de106
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>
drivers/md/dm-bufio.c