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-- 8.4 KB
Makefile -rw-r--r-- 823 bytes
aztcd.c -rw-r--r-- 68.5 KB
aztcd.h -rw-r--r-- 6.1 KB
cdrom.c -rw-r--r-- 93.1 KB
cdu31a.c -rw-r--r-- 84.7 KB
cdu31a.h -rw-r--r-- 13.7 KB
cm206.c -rw-r--r-- 45.8 KB
cm206.h -rw-r--r-- 4.4 KB
gscd.c -rw-r--r-- 19.2 KB
gscd.h -rw-r--r-- 2.4 KB
isp16.c -rw-r--r-- 9.6 KB
isp16.h -rw-r--r-- 2.6 KB
mcdx.c -rw-r--r-- 48.9 KB
mcdx.h -rw-r--r-- 5.5 KB
optcd.c -rw-r--r-- 50.4 KB
optcd.h -rw-r--r-- 1.7 KB
sbpcd.c -rw-r--r-- 167.0 KB
sbpcd.h -rw-r--r-- 24.9 KB
sjcd.c -rw-r--r-- 42.3 KB
sjcd.h -rw-r--r-- 4.9 KB
sonycd535.c -rw-r--r-- 47.9 KB
sonycd535.h -rw-r--r-- 5.1 KB
viocd.c -rw-r--r-- 21.4 KB

back to top