From: Dan Carpenter Date: Fri, 12 Dec 2014 19:30:00 +0000 (+0300) Subject: Btrfs, scrub: uninitialized variable in scrub_extent_for_parity() X-Git-Tag: fixes-v4.0-rc1~327^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6d24b38991f72fe974215c96e0fdfe409ea50e;p=pandora-kernel.git Btrfs, scrub: uninitialized variable in scrub_extent_for_parity() The only way that "ret" is set is when we call scrub_pages_for_parity() so the skip to "if (ret) " test doesn't make sense and causes a static checker warning. Signed-off-by: Dan Carpenter Signed-off-by: Chris Mason --- Reading git-diff-tree failed