]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/mpage.c
mpage: use bio op accessors
authorMike Christie <mchristi@redhat.com>
Sun, 5 Jun 2016 19:31:59 +0000 (14:31 -0500)
committerJens Axboe <axboe@fb.com>
Tue, 7 Jun 2016 19:41:38 +0000 (13:41 -0600)
commiteed25cd5bbaf7ee78e25d5aae515991855715bf3
tree9c2ae9c9ec78c292c9113776fc6b4dac9ce7df65
parent67ed25961c428a96a895856212b435364c37dadc
mpage: use bio op accessors

Separate the op from the rq_flag_bits and have the mpage code
set/get the bio using bio_set_op_attrs/bio_op.

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>
fs/mpage.c