bb20b03060
A number of ztest functions create one or more 312B ztest_od_t data structures. To conserve stack usage, this commit moves all of these data structures to the heap. However, I am still seeing ztest segfaults due to heavy stack usage of the dbuf_findbp() -> dbuf_hold_impl() recursion. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> |
||
---|---|---|
.. | ||
.gitignore | ||
ztest.c |