btrfs: reuse ret instead of err in relocate_tree_blocks()
authorAnand Jain <anand.jain@oracle.com>
Tue, 19 Mar 2024 14:55:23 +0000 (20:25 +0530)
committerDavid Sterba <dsterba@suse.com>
Tue, 7 May 2024 19:31:08 +0000 (21:31 +0200)
commitacde0e86093a7aa3b25250cd4f43f4c3fb780c8a
treee0f681d44f9bc9e9131d74dba6db6ae9f4874f68
parent2daca1e4194eb5651d3516d8c0c6e12ce4674e2a
btrfs: reuse ret instead of err in relocate_tree_blocks()

Coding style fixes the function relocate_tree_blocks().  After the fix,
ret is the return value variable.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/relocation.c