btrfs: Remove unused variable
authorNikolay Borisov <[email protected]>
Mon, 21 Aug 2017 09:43:43 +0000 (12:43 +0300)
committerDavid Sterba <[email protected]>
Mon, 30 Oct 2017 11:27:55 +0000 (12:27 +0100)
commit8ca199501ec1695273f158cf92def37480e23f32
tree15cb791519d73fce5c29c95efcd10e37a762a5b5
parent9b4a9b283d5efbe9a221e2282e41e272e9db5ae9
btrfs: Remove unused variable

Src was initially part of 31ff1cd25d37 ("Btrfs: Copy into the log tree in
big batches"), however 16e7549f045d ("Btrfs: incompatible format change
to remove hole extents") changed parameters passed to copy_items which
made the src variable redundant.

Signed-off-by: Nikolay Borisov <[email protected]>
Reviewed-by: Timofey Titovets <[email protected]>
Reviewed-by: Josef Bacik <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/tree-log.c