From owner-cvs-src@FreeBSD.ORG Sun Feb 8 14:31:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C4816A4CE; Sun, 8 Feb 2004 14:31:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5062243D1F; Sun, 8 Feb 2004 14:31:00 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i18MV00B090396; Sun, 8 Feb 2004 14:31:00 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i18MUxR9090393; Sun, 8 Feb 2004 14:30:59 -0800 (PST) (envelope-from iedowse) Message-Id: <200402082230.i18MUxR9090393@repoman.freebsd.org> From: Ian Dowse Date: Sun, 8 Feb 2004 14:30:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/ufs/ufs ufs_dirhash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 22:31:00 -0000 iedowse 2004/02/08 14:30:59 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/ufs/ufs ufs_dirhash.c Log: MFC: 1.14; Undo the adjustment of the total memory used by dirhash in the case where allocating the dirhash structure fails. Fix a few typos in comments and update copyright. Revision Changes Path 1.3.2.7 +6 -4 src/sys/ufs/ufs/ufs_dirhash.c