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:
parent
367f3ce5e6
commit
8fc6245976
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user