From owner-cvs-src-old@FreeBSD.ORG Tue May 26 22:21:55 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 143261065692 for ; Tue, 26 May 2009 22:21:55 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F350F8FC17 for ; Tue, 26 May 2009 22:21:54 +0000 (UTC) (envelope-from rmacklem@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 n4QMLsLR055324 for ; Tue, 26 May 2009 22:21:54 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4QMLsRB055323 for cvs-src-old@freebsd.org; Tue, 26 May 2009 22:21:54 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <200905262221.n4QMLsRB055323@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Tue, 26 May 2009 22:21:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfs nfs_commonacl.c nfs_commonsubs.c nfsport.h src/sys/fs/nfsserver nfs_nfsdport.c nfs_nfsdserv.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 22:21:55 -0000 rmacklem 2009-05-26 22:21:53 UTC FreeBSD src repository Modified files: sys/fs/nfs nfs_commonacl.c nfs_commonsubs.c nfsport.h sys/fs/nfsserver nfs_nfsdport.c nfs_nfsdserv.c Log: SVN rev 192861 on 2009-05-26 22:21:53Z by rmacklem Fix the experimental nfs subsystem so that it builds with the current NFSv4 ACLs, as defined in sys/acl.h. It still needs a way to test a mount point for NFSv4 ACL support before it will work. Until then, the NFSHASNFS4ACL() macro just always returns 0. Approved by: kib (mentor) Revision Changes Path 1.3 +2 -2 src/sys/fs/nfs/nfs_commonacl.c 1.3 +2 -2 src/sys/fs/nfs/nfs_commonsubs.c 1.8 +1 -3 src/sys/fs/nfs/nfsport.h 1.12 +5 -1 src/sys/fs/nfsserver/nfs_nfsdport.c 1.5 +3 -3 src/sys/fs/nfsserver/nfs_nfsdserv.c