From: Roel Kluin <12o3l@tiscali.nl> Date: Wed, 30 Apr 2008 02:01:27 +0000 (-0400) Subject: ext3: fix test ext_generic_write_end() copied return value X-Git-Tag: v2.6.26-rc1~345^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2f3d6f89aab04c5c66a0a757888d3a77a5e899;p=pandora-kernel.git ext3: fix test ext_generic_write_end() copied return value 'copied' is unsigned, whereas 'ret2' is not. The test (copied < 0) fails Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed