zfs/module/zpios
Brian Behlendorf 21690470e3 Update linux-zpios to use updated DMU API
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.
2010-06-14 15:48:55 -07:00
..
include Update all zpios related headers for consistency and correctness. 2010-05-18 14:18:09 -07:00
Makefile.in Build system and packaging (RPM support) (Part 3) 2009-03-10 21:45:50 -07:00
zpios.c Update linux-zpios to use updated DMU API 2010-06-14 15:48:55 -07:00