commit | c2df8bb43f750b5522151fa41d28251d39322701 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Feb 10 19:29:38 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Fri Feb 17 12:03:53 2017 +0100 |
tree | 425e8b439e1ef01fbc160bdfe7091aac9baaf104 | |
parent | f1e30261925526990a880d1ef0e54c65a4607976 [diff] |
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>