btrfs: remove unused parameter from submit_extent_page
authorDavid Sterba <dsterba@suse.com>
Fri, 10 Feb 2017 18:29:38 +0000 (19:29 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 17 Feb 2017 11:03:53 +0000 (12:03 +0100)
commitc2df8bb43f750b5522151fa41d28251d39322701
tree425e8b439e1ef01fbc160bdfe7091aac9baaf104
parentf1e30261925526990a880d1ef0e54c65a4607976
btrfs: remove unused parameter from submit_extent_page

This used to hold number of maximum pages to allocate, but this is now
limited by BIO_MAX_PAGES. The local are now unused and removed as well.

Reviewed-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c