31 Jul, 2007
1 commit
-
Al Viro pointed out that dma_memcpy_to_kernel_iovec() really was
unreachable and thus unused. The code originally was there to support
in-kernel dma needs, but since it remains unused, we'll pull it out.Signed-off-by: Shannon Nelson
Signed-off-by: David S. Miller
04 Jul, 2006
1 commit
-
This patch makes the needlessly global num_pages_spanned() static.
Signed-off-by: Adrian Bunk
Signed-off-by: Andrew Morton
Signed-off-by: David S. Miller
18 Jun, 2006
1 commit
-
Provides for pinning user space pages in memory, copying to iovecs,
and copying from sk_buffs including fragmented and chained sk_buffs.Signed-off-by: Chris Leech
Signed-off-by: David S. Miller