zfs/lib/libzpool/include/sys
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
..
zfs_context.h Add fix-stack-noinline topic branch 2010-06-16 14:34:41 -07:00