[PATCH 16/32] block/fs/md: pass in op and flags to submit_bh

2015-11-04 Thread mchristi
From: Mike Christie This patch prepares submit_bh 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 ---

[PATCH 16/32] block/fs/md: pass in op and flags to submit_bh

2015-11-04 Thread mchristi
From: Mike Christie This patch prepares submit_bh 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