Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2007 07:20:19 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132050 for review
Message-ID:  <200712300720.lBU7KJXb094886@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132050

Change 132050 by jb@jb_freebsd1 on 2007/12/30 07:19:44

	Make the zfs module depend on the opensolaris module.
	
	Actually make the zfsctl module depend on opensolaris. The module
	file is zfs.ko but internally it's known as 'zfsctl'. Confused?
	Me too.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c#3 (text+ko) ====

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712300720.lBU7KJXb094886>