From: Chris Mason Date: Fri, 9 Oct 2009 13:57:45 +0000 (-0400) Subject: Btrfs: fix uninit compiler warning in cow_file_range_nocow X-Git-Tag: v2.6.32-rc4~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9061e214810c9534381a705a1b46533e09f2676;p=pandora-kernel.git Btrfs: fix uninit compiler warning in cow_file_range_nocow The extent_type variable was exposed uninit via a goto. It should be impossible to trigger because it is protected by a check on another variable, but this makes sure. Signed-off-by: Chris Mason --- Reading git-diff-tree failed