commit | 4b81ba48c66b1f927449585aa2a13bad8d91fcb4 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Jun 06 19:14:26 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Wed Aug 16 16:12:04 2017 +0200 |
tree | 6e6d243303f90e8e8c4dcbdd68276e032d6f0c9b | |
parent | f1c77c55cda19445a490036bce497ed3af9696d7 [diff] |
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>