From owner-cvs-src@FreeBSD.ORG Tue Sep 16 21:58:03 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 0E0D2106574B; Tue, 16 Sep 2008 21:58:03 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE3908FC12; Tue, 16 Sep 2008 21:58:02 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GLw2Ai085201; Tue, 16 Sep 2008 21:58:02 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GLw2ct085200; Tue, 16 Sep 2008 21:58:02 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200809162158.m8GLw2ct085200@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 16 Sep 2008 21:57:39 +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/nfsserver nfs.h nfs_serv.c nfs_srvsock.c nfs_srvsubs.c 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: Tue, 16 Sep 2008 21:58:03 -0000 attilio 2008-09-16 21:57:39 UTC FreeBSD src repository Modified files: sys/nfsserver nfs.h nfs_serv.c nfs_srvsock.c nfs_srvsubs.c nfs_syscalls.c Log: SVN rev 183103 on 2008-09-16 21:57:39Z by attilio Decontext-alize the nfsserver module. Now, only some few places still require thread passing (mostly the ones which access to VOP_* functions) and will be fixed once the primitive also will be. Tested by: Giovanni Trematerra Revision Changes Path 1.84 +26 -29 src/sys/nfsserver/nfs.h 1.184 +55 -58 src/sys/nfsserver/nfs_serv.c 1.109 +0 -1 src/sys/nfsserver/nfs_srvsock.c 1.156 +2 -2 src/sys/nfsserver/nfs_srvsubs.c 1.120 +8 -11 src/sys/nfsserver/nfs_syscalls.c