[SCSI] sg direct io/mmap oops, st sync
authorDouglas Gilbert <dougg@torque.net>
Thu, 1 Sep 2005 11:50:02 +0000 (21:50 +1000)
committerJames Bottomley <jejb@mulgrave.(none)>
Mon, 5 Sep 2005 00:46:03 +0000 (19:46 -0500)
commitdeb92b7ee98e8e580cafaa63bd1edbe6646877bc
treed9f5210e78095048a2ba8a0cd90b19116d1a894f
parent07542b832309b93a2741cd162a391ab909f66438
[SCSI] sg direct io/mmap oops, st sync

This patch adopts the same solution as proposed by Kai M. in
a post titled: "[PATCH] SCSI tape signed/unsigned fix".
The fix is in a function that the sg driver borrowed from
the st driver so its maintenance is a little easier if
the functions remain the same after the fix.

   - change nr_pages type from unsigned to signed so errors
     from get_user_pages() call are properly handled

Signed-off-by: Douglas Gilbert <dougg@torque.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/sg.c