]> 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)
commit9f5f6a89d369a9e7943b382ba88f13ab39e41d0a
tree15cb791519d73fce5c29c95efcd10e37a762a5b5
parentee2dbdb523432cc07b41817fcf9010be1a72d91c
btrfs: Remove unused variable

Src was initially part of 31ff1cd25d37 ("Btrfs: Copy into the log tree in
big batches"), however 85cac1a99c69 ("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