From owner-cvs-all@FreeBSD.ORG Sat Oct 25 09:43:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B54016A4B3; Sat, 25 Oct 2003 09:43:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F0E643F3F; Sat, 25 Oct 2003 09:43:51 -0700 (PDT) (envelope-from rwatson@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 h9PGhoXJ020094; Sat, 25 Oct 2003 09:43:50 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9PGhogf020093; Sat, 25 Oct 2003 09:43:50 -0700 (PDT) (envelope-from rwatson) Message-Id: <200310251643.h9PGhogf020093@repoman.freebsd.org> From: Robert Watson Date: Sat, 25 Oct 2003 09:43:50 -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/kern kern_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 25 Oct 2003 16:43:51 -0000 rwatson 2003/10/25 09:43:50 PDT FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Check (locked) before performing an advisory unlock following a failure of vn_start_write(). Otherwise, we may inconsistently attempt to release the advisory lock. Pointed out by: teggej Revision Changes Path 1.261 +2 -1 src/sys/kern/kern_sig.c