btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_page
authorDavid Sterba <dsterba@suse.com>
Tue, 6 Jun 2017 17:14:26 +0000 (19:14 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 16 Aug 2017 14:12:04 +0000 (16:12 +0200)
commit4b81ba48c66b1f927449585aa2a13bad8d91fcb4
tree6e6d243303f90e8e8c4dcbdd68276e032d6f0c9b
parentf1c77c55cda19445a490036bce497ed3af9696d7
btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_page

The function submit_extent_page has 15(!) parameters right now, op and
op_flags are effectively one value stored to bio::bi_opf, no need to
pass them separately. So it's 14 parameters now.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c