commit | f41b6ba93d8ef990c4acc70987bbc138c1926ebb | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon Jul 26 14:15:10 2021 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 23 13:19:02 2021 +0200 |
tree | 64fc979924c31933b3857b7633ca8421b603f270 | |
parent | 25c1252a026c6c34ff99c86f31856701b2192c0e [diff] |
btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending In commit e65f152e4348 ("btrfs: refactor how we finish ordered extent io for endio functions") there was last caller not using 1 for the uptodate parameter. Now there's only one, passing 1, so we can remove it and simplify the code. Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>