mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
btrfs: drop unused parameter from lock_extent_bits
We've always passed 0. Stack usage will slightly decrease. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
e83b1d91f8
commit
ff13db41f1
8 changed files with 27 additions and 27 deletions
|
@ -362,7 +362,7 @@ static int verify_parent_transid(struct extent_io_tree *io_tree,
|
|||
}
|
||||
|
||||
lock_extent_bits(io_tree, eb->start, eb->start + eb->len - 1,
|
||||
0, &cached_state);
|
||||
&cached_state);
|
||||
if (extent_buffer_uptodate(eb) &&
|
||||
btrfs_header_generation(eb) == parent_transid) {
|
||||
ret = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue