From: Josef Bacik Date: Mon, 23 Apr 2012 18:00:51 +0000 (-0400) Subject: Btrfs: fix compile warnings in extent_io.c X-Git-Tag: v3.5-rc1~17^2~1^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7dbe9e7f64e72ec6548658857c5d92327a73633;p=pandora-kernel.git Btrfs: fix compile warnings in extent_io.c These warnings are bogus since we will always have at least one page in an eb, but to make the compiler happy just set ret = 0 in these two cases. Thanks, Btrfs: fix compile warnings in extent_io.c These warnings are bogus since we will always have at least one page in an eb, but to make the compiler happy just set ret = 0 in these two cases. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed