[PATCH 21/32] bcache: set bi_op to REQ_OP

2015-11-04 Thread mchristi
From: Mike Christie This patch has bcache set the bi_op. For compat reasons, we are still ORing the op into bi_rw. This will be dropped in later patches in this series when everyone is updated. Signed-off-by: Mike Christie --- drivers/md/bcache/btree.c | 2 ++

[PATCH 21/32] bcache: set bi_op to REQ_OP

2015-11-04 Thread mchristi
From: Mike Christie This patch has bcache set the bi_op. For compat reasons, we are still ORing the op into bi_rw. This will be dropped in later patches in this series when everyone is updated. Signed-off-by: Mike Christie ---