From: Jan Schmidt Date: Thu, 26 Jan 2012 20:01:11 +0000 (-0500) Subject: Btrfs: fix uninit warning in backref.c X-Git-Tag: v3.3-rc2~16^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1375d64c539c5b76794be759b62d3f178e67c32;p=pandora-kernel.git Btrfs: fix uninit warning in backref.c Added initialization with the declaration of ret. It isn't set later on the switch-default branch (which should never be taken). Signed-off-by: Jan Schmidt Signed-off-by: Chris Mason --- Reading git-diff-tree failed