From: Theodore Ts'o Date: Sat, 6 Dec 2008 21:58:39 +0000 (-0500) Subject: ext3/4: Fix loop index in do_split() so it is signed X-Git-Tag: v2.6.29-rc1~40^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e315b4c410b00a9acd0f24a00dbadbe81ce692;p=pandora-kernel.git ext3/4: Fix loop index in do_split() so it is signed This fixes a gcc warning but it doesn't appear able to result in a failure, since the primary way the loop is exited is the first conditional in the for loop, and at least for a consistent filesystem, the signed/unsigned should in practice never be exposed. Signed-off-by: Roel Kluin Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed