[02/17] vmalloc: add const

2007-09-25 Thread Christoph Lameter
Make vmalloc functions work the same way as kfree() and friends that take a const void * argument. Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> --- include/linux/mm.h |4 ++-- include/linux/vmalloc.h |6 +++--- mm/vmalloc.c| 16 3 files changed

[02/17] Vmalloc: add const

2007-09-18 Thread Christoph Lameter
Make vmalloc functions work the same way as kfree() and friends that take a const void * argument. Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> --- include/linux/vmalloc.h | 10 +- mm/vmalloc.c| 16 2 files changed, 13 insertions(+), 13 deletions(