Fix stack inline
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Aug 2010 17:58:00 +0000 (10:58 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 31 Aug 2010 15:38:48 +0000 (08:38 -0700)
commitbf701a83c5ec192be6d3afe87ebeee45ce9127f4
tree84b1c9b02f92be72eaf8687f55dfa640431a1286
parent161ce7ce3cfc7ec1cd3c93d27f25a94b7408588f
Fix stack inline

Decrease stack usage for various call paths by forcing certain
functions to be inlined.  By inlining the functions the overhead
of a new stack frame is removed at the cost of increased code size.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/zfs/dbuf.c
module/zfs/spa.c
module/zfs/zio.c