mirror_zfs/lib/libzpool
Brian Behlendorf 60948de1ef Fix stack noinline
Certain function must never be automatically inlined by gcc because
they are stack heavy or called recursively.  This patch flags all
such functions I've found as 'noinline' to prevent gcc from making
the optimization.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2010-08-31 08:38:49 -07:00
..
include/sys Fix stack noinline 2010-08-31 08:38:49 -07:00
kernel.c Fix Solaris thread dependency by using pthreads 2010-08-31 08:38:47 -07:00
taskq.c Fix Solaris thread dependency by using pthreads 2010-08-31 08:38:47 -07:00
util.c Fix gcc cast warnings 2010-08-27 15:33:32 -07:00