]> granicus.if.org Git - spl/commit
Constify memory management functions
authorRichard Yao <ryao@cs.stonybrook.edu>
Mon, 25 Jun 2012 17:22:21 +0000 (13:22 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 3 Jul 2012 23:07:27 +0000 (16:07 -0700)
commit973e8269bd99f9440149892d598f8914113d0278
tree18afae523a87337f8f884fd3580ea82b2527e3b0
parent33f507c0f3fb9976274bcf081bc0ce6fc3d5a771
Constify memory management functions

This prevents warnings in ZFS that were caused by changes necessary to
support PaX patched kernels. When debugging is enabled, these warnings
become build failures.

Signed-off-by: Richard Yao <ryao@cs.stonybrook.edu>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #131
include/sys/kmem.h
module/spl/spl-kmem.c