zfs/lib/libzpool
Brian Behlendorf bbdb8184ec Add fix-stack-noinline topic branch
Certain function must never be automatically inlined by gcc because
they are stack heavy or called recursively.  This patch flags all
such functions I have found as 'noinline' to prevent gcc from making
the optimization.
2010-06-16 14:34:41 -07:00
..
include/sys Add fix-stack-noinline topic branch 2010-06-16 14:34:41 -07:00
kernel.c Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
taskq.c Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
util.c Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00