From owner-cvs-all@FreeBSD.ORG Fri Jan 5 19:09:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FA7416A416; Fri, 5 Jan 2007 19:09:02 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 577A613C4AB; Fri, 5 Jan 2007 19:09:02 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l05J92ol004298; Fri, 5 Jan 2007 19:09:02 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l05J92gC004297; Fri, 5 Jan 2007 19:09:02 GMT (envelope-from jhb) Message-Id: <200701051909.l05J92gC004297@repoman.freebsd.org> From: John Baldwin Date: Fri, 5 Jan 2007 19:09:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm swap_pager.c uma.h uma_core.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 19:09:02 -0000 jhb 2007-01-05 19:09:02 UTC FreeBSD src repository Modified files: sys/vm swap_pager.c uma.h uma_core.c Log: - Add a new function uma_zone_exhausted() to see if a zone is full. - Add a printf in swp_pager_meta_build() to warn if the swapzone becomes exhausted so that there's at least a warning before a box that runs out of swapzone space before running out of swap space deadlocks. MFC after: 1 week Reviwed by: alc Revision Changes Path 1.286 +2 -0 src/sys/vm/swap_pager.c 1.29 +11 -0 src/sys/vm/uma.h 1.141 +12 -0 src/sys/vm/uma_core.c