]> git.baikalelectronics.ru Git - kernel.git/commit
ext3: fix test ext_generic_write_end() copied return value
authorRoel Kluin <12o3l@tiscali.nl>
Wed, 30 Apr 2008 02:01:27 +0000 (22:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 30 Apr 2008 02:01:27 +0000 (22:01 -0400)
commit4b839632785776d5563a4d146cf031b7be98dd14
treebf88a76e882892657b032bd131d9ab43592a055f
parentfb393aa98675d51c1c0a10b164e2e60152448083
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" <tytso@mit.edu>
fs/ext3/inode.c