commit | 790816dd54e22827f63c8cbb30bd623d3d45e594 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Mon Jan 22 20:40:35 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jan 23 07:52:05 2007 -0800 |
tree | a67e4ee5302857b60a9ee6ad158123d2af0fd088 | |
parent | 58d9ce7d751fa11c6c8ea5dcd4d63b320aae1363 [diff] |
[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>