]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Remove unused variable
authorNikolay Borisov <nborisov@suse.com>
Mon, 21 Aug 2017 09:43:43 +0000 (12:43 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 30 Oct 2017 11:27:55 +0000 (12:27 +0100)
commitadcd43719d01709e55994e3b53700c426c5f9fb6
tree15cb791519d73fce5c29c95efcd10e37a762a5b5
parent1cfaee6cb9bdb0d0b615351ba9659aef5e0b82f1
btrfs: Remove unused variable

Src was initially part of 31ff1cd25d37 ("Btrfs: Copy into the log tree in
big batches"), however 83032deb737b ("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 <nborisov@suse.com>
Reviewed-by: Timofey Titovets <nefelim4ag@gmail.com>
Reviewed-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tree-log.c