From owner-cvs-all@FreeBSD.ORG Mon Jun 30 22:19:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B65F81065683; Mon, 30 Jun 2008 22:19:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A40F98FC16; Mon, 30 Jun 2008 22:19:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5UMJUWI058293; Mon, 30 Jun 2008 22:19:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5UMJUnN058292; Mon, 30 Jun 2008 22:19:30 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200806302219.m5UMJUnN058292@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 30 Jun 2008 22:19:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/ufs/ufs extattr.h ufs_extattr.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: Mon, 30 Jun 2008 22:19:30 -0000 rwatson 2008-06-30 22:19:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ufs/ufs extattr.h ufs_extattr.c Log: SVN rev 180134 on 2008-06-30 22:19:18Z by rwatson Merge extattr.h:1.22, ufs_extattr.c:1.91 (r176797) from head to stable/7: Continue on-going campaign to replace lockmgr locks with sx locks where the specific semantics of lockmgr aren't required: update UFS1 extended attributes to protect its data structures using an sx lock. While here, update comments on lock granularity. Revision Changes Path 1.21.2.1 +3 -2 src/sys/ufs/ufs/extattr.h 1.86.2.2 +11 -10 src/sys/ufs/ufs/ufs_extattr.c