Date: Tue, 26 May 2009 22:21:53 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org 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 Message-ID: <200905262221.n4QMLsRB055323@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905262221.n4QMLsRB055323>