[PATCH 14/32] block/fs/mm: pass in op and flags to submit_bio

2015-11-04 Thread mchristi
From: Mike Christie This patch prepares submit_bio callers for the next patches that split bi_rw into a operation and flags field. Instead of passing in a bitmap with both the operation and flags mixed in, the callers now pass them in seperately. Signed-off-by: Mike Christie --- block/bio.c

[PATCH 14/32] block/fs/mm: pass in op and flags to submit_bio

2015-11-04 Thread mchristi
From: Mike Christie This patch prepares submit_bio callers for the next patches that split bi_rw into a operation and flags field. Instead of passing in a bitmap with both the operation and flags mixed in, the callers now pass them in seperately. Signed-off-by: Mike