Revision 4d5cda069b3f0a3bbc18576bc15903ed665d0295 authored by Hugh Dickins on 02 December 2005, 15:58:09 UTC, committed by James Bottomley on 02 December 2005, 16:24:22 UTC
sg's st_map_user_pages is modelled on an earlier version of st's
sgl_map_user_pages, and has the same bug: if get_user_pages got some but
not all of the pages, then those got were released, but the positive res
code returned implied that they were still to be freed.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Douglas Gilbert <dougg@torque.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent 032c09d
History
File Mode Size
Kconfig -rw-r--r-- 468 bytes
Kconfig.iosched -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 287 bytes
as-iosched.c -rw-r--r-- 49.2 KB
cfq-iosched.c -rw-r--r-- 58.1 KB
deadline-iosched.c -rw-r--r-- 20.8 KB
elevator.c -rw-r--r-- 17.8 KB
genhd.c -rw-r--r-- 16.9 KB
ioctl.c -rw-r--r-- 6.6 KB
ll_rw_blk.c -rw-r--r-- 91.5 KB
noop-iosched.c -rw-r--r-- 2.6 KB
scsi_ioctl.c -rw-r--r-- 14.0 KB

back to top