Fix stack zio_done()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Aug 2010 18:04:17 +0000 (11:04 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 31 Aug 2010 15:38:50 +0000 (08:38 -0700)
commitc776b317e44a64d53217d34c3fa61d36fd5a32d5
tree672c470c9bae76b906be4ada12fc080ac3698ab9
parent5ae4e2c2c660269d87dd5bbac6f590f69d0c7d8c
Fix stack zio_done()

Eliminated local variables pointing to members of the zio struct.
Just refer to the struct members directly.  This saved about 32 bytes per
call, but this function can be called recurisvely up to 19 levels deep,
so we potentially save up to 608 bytes.

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