Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/kern/subr_pool.c,v retrieving revision 1.129.8.1 retrieving revision 1.130 diff -u -p -r1.129.8.1 -r1.130 --- src/sys/kern/subr_pool.c 2007/09/03 10:23:02 1.129.8.1 +++ src/sys/kern/subr_pool.c 2007/08/18 00:33:38 1.130 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.129.8.1 2007/09/03 10:23:02 skrll Exp $ */ +/* $NetBSD: subr_pool.c,v 1.130 2007/08/18 00:33:38 ad Exp $ */ /*- * Copyright (c) 1997, 1999, 2000, 2002 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.129.8.1 2007/09/03 10:23:02 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.130 2007/08/18 00:33:38 ad Exp $"); #include "opt_pool.h" #include "opt_poollog.h" @@ -1624,8 +1624,6 @@ pool_reclaim(struct pool *pp) * Drain pools, one at a time. * * Note, we must never be called from an interrupt context. - * - * XXX Pool can disappear while draining. */ void pool_drain(void *arg)