From: Stefan Behrens Date: Thu, 11 Oct 2012 13:25:16 +0000 (-0600) Subject: Btrfs: Fix wrong error handling code X-Git-Tag: v3.7-rc3~21^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84167d190569eedcdb24bf2499bdda437e442962;p=pandora-kernel.git Btrfs: Fix wrong error handling code gcc says "warning: comparison of unsigned expression >= 0 is always true" because i is an unsigned long. And gcc is right this time. Signed-off-by: Stefan Behrens --- Reading git-diff-tree failed