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:
John Birrell 2008-05-24 06:43:55 +00:00
parent 367f3ce5e6
commit 8fc6245976

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);