From owner-cvs-src@FreeBSD.ORG Fri Aug 1 11:11:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27F0210656E7; Fri, 1 Aug 2008 11:11:25 +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 F02FA8FC1F; Fri, 1 Aug 2008 11:11:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m71BBOsX076754; Fri, 1 Aug 2008 11:11:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m71BBOVh076753; Fri, 1 Aug 2008 11:11:24 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200808011111.m71BBOVh076753@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Fri, 1 Aug 2008 11:11:12 +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/nfsserver nfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 01 Aug 2008 11:11:25 -0000 rwatson 2008-08-01 11:11:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nfsserver nfs_syscalls.c Log: SVN rev 181123 on 2008-08-01 11:11:12Z by rwatson Merge r180131 from head to stable/7: Remove spls from NFS server setup call; expand receive socket buffer locking to cover full setup of socket upcalls; remove XXX about locking. Revision Changes Path 1.116.2.2 +3 -8 src/sys/nfsserver/nfs_syscalls.c