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-- 4.8 KB
Makefile -rw-r--r-- 510 bytes
isdn_audio.c -rw-r--r-- 19.9 KB
isdn_audio.h -rw-r--r-- 1.5 KB
isdn_bsdcomp.c -rw-r--r-- 23.6 KB
isdn_common.c -rw-r--r-- 54.2 KB
isdn_common.h -rw-r--r-- 1.7 KB
isdn_concap.c -rw-r--r-- 3.0 KB
isdn_concap.h -rw-r--r-- 382 bytes
isdn_net.c -rw-r--r-- 86.7 KB
isdn_net.h -rw-r--r-- 5.3 KB
isdn_ppp.c -rw-r--r-- 78.8 KB
isdn_ppp.h -rw-r--r-- 1.7 KB
isdn_tty.c -rw-r--r-- 94.9 KB
isdn_tty.h -rw-r--r-- 3.5 KB
isdn_ttyfax.c -rw-r--r-- 25.3 KB
isdn_ttyfax.h -rw-r--r-- 503 bytes
isdn_v110.c -rw-r--r-- 16.4 KB
isdn_v110.h -rw-r--r-- 871 bytes
isdn_x25iface.c -rw-r--r-- 9.9 KB
isdn_x25iface.h -rw-r--r-- 842 bytes

back to top