From: Roel Kluin <12o3l@tiscali.nl> Date: Wed, 30 Apr 2008 02:01:18 +0000 (-0400) Subject: ext4: fix test ext_generic_write_end() copied return value X-Git-Tag: v2.6.26-rc1~345^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a87d89304c1eea8e4a8dc02d134f57590913c6;p=pandora-kernel.git ext4: 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: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed