From owner-cvs-all@FreeBSD.ORG Fri Apr 6 23:31:32 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 5405716A401; Fri, 6 Apr 2007 23:31:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2E79E13C44C; Fri, 6 Apr 2007 23:31:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l36NVWDb058971; Fri, 6 Apr 2007 23:31:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l36NVVMf058970; Fri, 6 Apr 2007 23:31:31 GMT (envelope-from rwatson) Message-Id: <200704062331.l36NVVMf058970@repoman.freebsd.org> From: Robert Watson Date: Fri, 6 Apr 2007 23:31:31 +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/kern uipc_syscalls.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, 06 Apr 2007 23:31:32 -0000 rwatson 2007-04-06 23:31:31 UTC FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: Remove XXX comment that changes to file fields should be protected with the file lock rather than the filedesc lock: I fixed this in the last revision. Spotted by: kris Revision Changes Path 1.251 +0 -5 src/sys/kern/uipc_syscalls.c