]> 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)
commite4ed880cb7026cafd5465b520d7e0e52a60e714d
tree425e8b439e1ef01fbc160bdfe7091aac9baaf104
parent0b409af71475c862d326d8b9b81cfbe65fe2d809
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