]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs: have submit_bh users pass in op and flags separately
authorMike Christie <mchristi@redhat.com>
Sun, 5 Jun 2016 19:31:43 +0000 (14:31 -0500)
committerJens Axboe <axboe@fb.com>
Tue, 7 Jun 2016 19:41:38 +0000 (13:41 -0600)
commit2a222ca992c35aee1e83af428f3dd26a3f5d5d94
treea5ff0a4f59f8fc44a276dd054ea04314eec1a043
parentf21508211d2b16e65821abd171378fa6ece126fe
fs: have submit_bh users pass in op and flags separately

This has submit_bh users pass in the operation and flags separately,
so submit_bh_wbc 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>
30 files changed:
drivers/md/bitmap.c
fs/btrfs/check-integrity.c
fs/btrfs/check-integrity.h
fs/btrfs/disk-io.c
fs/buffer.c
fs/ext4/balloc.c
fs/ext4/ialloc.c
fs/ext4/inode.c
fs/ext4/mmp.c
fs/fat/misc.c
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/meta_io.c
fs/jbd2/commit.c
fs/jbd2/journal.c
fs/nilfs2/btnode.c
fs/nilfs2/btnode.h
fs/nilfs2/btree.c
fs/nilfs2/gcinode.c
fs/nilfs2/mdt.c
fs/ntfs/aops.c
fs/ntfs/compress.c
fs/ntfs/file.c
fs/ntfs/logfile.c
fs/ntfs/mft.c
fs/ocfs2/buffer_head_io.c
fs/reiserfs/inode.c
fs/reiserfs/journal.c
fs/ufs/util.c
include/linux/buffer_head.h