]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbf43137b687a76970cda67a43246c0fe6354863e
tree6e6d243303f90e8e8c4dcbdd68276e032d6f0c9b
parent796a8a8185a45d89413c5f85c518601783dd9dd9
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