Date: Sat, 22 Dec 2007 02:49:12 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 131404 for review Message-ID: <200712220249.lBM2nCrE096408@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131404 Change 131404 by jb@jb_freebsd1 on 2007/12/22 02:48:28 Remove a function prototype that clashes with a FreeBSD header. This whole file needs to be revised. The way it is coded it is actually zfs-specific. If we are going to have compatibility stuff like this, we need to put it in a kernel module of it's own and make the zfs, cyclic and dtrace modules depend on that. I feel like I'm building hacks on top of hacks. Sigh. Affected files ... .. //depot/projects/dtrace/src/sys/compat/opensolaris/kern/opensolaris_kmem.c#2 edit Differences ... ==== //depot/projects/dtrace/src/sys/compat/opensolaris/kern/opensolaris_kmem.c#2 (text+ko) ==== @@ -200,7 +200,6 @@ } #ifdef _KERNEL -extern void zone_drain(uma_zone_t zone); void kmem_cache_reap_now(kmem_cache_t *cache) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712220249.lBM2nCrE096408>