[patch -v2 00/23] use simple_read_from_buffer and memory_read_from_buffer

From: akinobu . mita
Date: Sun Jun 01 2008 - 19:27:20 EST


(Apologies for resending the patches due to broken email header in
previous posting)

This series of patches is almost trivial replacement except for
introducing memory_read_from_buffer().

The only difference between memory_read_from_buffer() and
simple_read_from_buffer() is which address space the function copies to.

simple_read_from_buffer() copies to user space memory.
memory_read_from_buffer() copies to normal memory.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/