[PATCH] blockdev direct_io: fix signedness bug
authorAndrew Morton <akpm@osdl.org>
Tue, 23 Jan 2007 04:40:35 +0000 (20:40 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 23 Jan 2007 15:52:05 +0000 (07:52 -0800)
commit790816dd54e22827f63c8cbb30bd623d3d45e594
treea67e4ee5302857b60a9ee6ad158123d2af0fd088
parent58d9ce7d751fa11c6c8ea5dcd4d63b320aae1363
[PATCH] blockdev direct_io: fix signedness bug

size_t is unsigned.  IO errors aren't getting through.

Cc: "Chen, Kenneth W" <kenneth.w.chen@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/block_dev.c