commit | 07542b832309b93a2741cd162a391ab909f66438 | [log] [tgz] |
---|---|---|
author | James Bottomley <jejb@mulgrave.(none)> | Wed Aug 31 20:27:22 2005 -0400 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sun Sep 04 19:45:59 2005 -0500 |
tree | 4f003966a42737e4ba347589ff15f460072597c5 | |
parent | 61a7afa2c476a3be261cf88a95b0dea0c3bd29d4 [diff] |
This patch fixes in st.c the bug in the signed/unsigned int comparison reported by Doug Gilbert and fixed by him in sg.c (see [PATCH] sg direct io/mmap oops). Doug fixed the comparison in sg.c. This fix for st.c does not touch the comparison but makes both arguments signed to remove the problem. The new code is adapted from linux/fs/bio.c. Signed-off-by: Kai Makisara <kai.makisara@kolumbus.fi> Rejections fixed up and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>