Re: [PATCH] btrfs: Fix warning "variable ‘blocksize’ set but not used"
From: David Sterba <hidden>
Date: 2016-08-24 11:54:39
From: David Sterba <hidden>
Date: 2016-08-24 11:54:39
On Tue, Aug 23, 2016 at 11:23:53PM +0100, Luis Henriques wrote:
Variable 'blocksize' in reada_walk_down() is not used since commit
d3e46fea1b1e ("btrfs: sink blocksize parameter to readahead_tree_block").
This patch simply removes this variable.
Signed-off-by: Luis Henriques <redacted>Reviewed-by: David Sterba <dsterba@suse.com>