Make the zfs module depend on the opensolaris module in preparation for it

to shared stuff with the DTrace modules.
This commit is contained in:
jb 2008-05-24 06:43:55 +00:00
parent 3c417aadf3
commit c35410fc27

View File

@ -1824,3 +1824,4 @@ static moduledata_t zfs_mod = {
0
};
DECLARE_MODULE(zfsctrl, zfs_mod, SI_SUB_VFS, SI_ORDER_ANY);
MODULE_DEPEND(zfsctrl, opensolaris, 1, 1, 1);