]> granicus.if.org Git - zfs/commit
Disable stack overflow checking by default.
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 30 Jul 2009 20:52:11 +0000 (13:52 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 30 Jul 2009 20:52:11 +0000 (13:52 -0700)
commitc65d62d8bfbc3e800e17a580267fa77de5d01d6b
treeb6ef13f84221988c49ab4364867aff1c458161b5
parent6ae7fef5b94275e50cc1dcd48c4ecf3b70d7f9d9
Disable stack overflow checking by default.
The run time stack overflow checking is being disabled by default
because it is not safe for use with 2.6.29 and latter kernels.  These
kernels do now have their own stack overflow checking so this support
has become redundant anyway.  It can be re-enabled for older kernels or
arches without stack overflow checking by redefining CHECK_STACK().
include/sys/debug.h