From: David Sterba Date: Tue, 24 Feb 2015 18:07:26 +0000 (+0100) Subject: btrfs: remove shadowing variables in __btrfs_buffered_write X-Git-Tag: omap-for-v4.1/fixes-rc1~43^2~59^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64c7b12f86c638f13e19de08eeb8cf888dff8f6;p=pandora-kernel.git btrfs: remove shadowing variables in __btrfs_buffered_write There are lockstart and lockend defined in the function and not used after their duplicate definition scope ends, it's safe to reuse them. Signed-off-by: David Sterba --- Reading git-diff-tree failed