commit | 81a75f6781deb7a3b5274b4c683e327e5cb5b883 | [log] [tgz] |
---|---|---|
author | Mike Christie <mchristi@redhat.com> | Sun Jun 05 14:31:54 2016 -0500 |
committer | Jens Axboe <axboe@fb.com> | Tue Jun 07 13:41:38 2016 -0600 |
tree | c1e479b4a6621782209966d0402884ff1c82a85a | |
parent | b3d3fa51990599732571bf1a6b1509f7ee887865 [diff] |
btrfs: use bio fields for op and flags The bio REQ_OP and bi_rw rq_flag_bits are now always setup, so there is no need to pass around the rq_flag_bits bits too. btrfs users should should access the bio insead. 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>