fs: have ll_rw_block users pass in op and flags separately
authorMike Christie <mchristi@redhat.com>
Sun, 5 Jun 2016 19:31:44 +0000 (14:31 -0500)
committerJens Axboe <axboe@fb.com>
Tue, 7 Jun 2016 19:41:38 +0000 (13:41 -0600)
commitdfec8a14fc9043039e3c04807caf39dc71102816
tree306adbd461707daf2ba64766964c534ff7ce4a8c
parent2a222ca992c35aee1e83af428f3dd26a3f5d5d94
fs: have ll_rw_block users pass in op and flags separately

This has ll_rw_block users pass in the operation and flags separately,
so ll_rw_block can setup the bio op and bi_rw flags on the bio that
is submitted.

Signed-off-by: Mike Christie <mchristi@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
21 files changed:
fs/buffer.c
fs/ext4/inode.c
fs/ext4/namei.c
fs/ext4/super.c
fs/gfs2/bmap.c
fs/gfs2/meta_io.c
fs/gfs2/quota.c
fs/isofs/compress.c
fs/jbd2/journal.c
fs/jbd2/recovery.c
fs/ocfs2/aops.c
fs/ocfs2/super.c
fs/reiserfs/journal.c
fs/reiserfs/stree.c
fs/reiserfs/super.c
fs/squashfs/block.c
fs/udf/dir.c
fs/udf/directory.c
fs/udf/inode.c
fs/ufs/balloc.c
include/linux/buffer_head.h