Fix stack dsl_scan_visitbp()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Aug 2010 17:53:43 +0000 (10:53 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 31 Aug 2010 15:38:48 +0000 (08:38 -0700)
commit161ce7ce3cfc7ec1cd3c93d27f25a94b7408588f
tree0c932a74f68a925656ad6dae4c7a2124b67bbaf9
parentfcf37ec6c28f3d62773097c2fd0d5d56c4b2f2ff
Fix stack dsl_scan_visitbp()

To reduce stack overhead this topic branch moves the 128 byte
blkptr_t data strucutre in dsl_scan_visitbp() to the heap.

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