From owner-cvs-src@FreeBSD.ORG Sat Oct 4 07:03:29 2003 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 7C40C16A4B3; Sat, 4 Oct 2003 07:03:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0130A43FA3; Sat, 4 Oct 2003 07:03:29 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h94E3SXJ098350; Sat, 4 Oct 2003 07:03:28 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h94E3Sfe098349; Sat, 4 Oct 2003 07:03:28 -0700 (PDT) (envelope-from jeff) Message-Id: <200310041403.h94E3Sfe098349@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 4 Oct 2003 07:03:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_ihash.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: Sat, 04 Oct 2003 14:03:29 -0000 jeff 2003/10/04 07:03:28 PDT FreeBSD src repository Modified files: sys/ufs/ufs ufs_ihash.c Log: - Use the VI_LOCK macro in two places where we directly called mtx_lock() before. Direct calls indicated places that needed review and these have now been reviewed. Revision Changes Path 1.37 +2 -2 src/sys/ufs/ufs/ufs_ihash.c