21690470e3
The DMU API has been modified to remove the dmu_objset_open, and dmu_objset_close functions. Now you must explicitly *_create an objset, then *_own it, *_disown it when not in use, and *_destroy it when your through. All and all I like the API much better. Additionally, while I was here I moved the zpios_cmd_t off the stack because previous analysis showed it was very stack heavy. |
||
---|---|---|
.. | ||
include | ||
Makefile.in | ||
zpios.c |