]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf2e55c96c0d9d1236e5d082f03e4b036b296cc2d
tree425e8b439e1ef01fbc160bdfe7091aac9baaf104
parent1b62b44da9a43254519e9224c84f6ecb91821151
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