Date: Thu, 14 Apr 2011 23:46:15 +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_commonport.c nfs_commonsubs.c nfs_var.h nfsport.h src/sys/fs/nfsclient nfs_clport.c nfs_clrpcops.c nfs_clstate.c src/sys/fs/nfsserver nfs_nfsdport.c nfs_nfsdserv.c Message-ID: <201104142346.p3ENkagR033703@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2011-04-14 23:46:15 UTC FreeBSD src repository Modified files: sys/fs/nfs nfs_commonacl.c nfs_commonport.c nfs_commonsubs.c nfs_var.h nfsport.h sys/fs/nfsclient nfs_clport.c nfs_clrpcops.c nfs_clstate.c sys/fs/nfsserver nfs_nfsdport.c nfs_nfsdserv.c Log: SVN rev 220648 on 2011-04-14 23:46:15Z by rmacklem Fix the experimental NFSv4 server so that it uses VOP_PATHCONF() to determine if a file system supports NFSv4 ACLs. Since VOP_PATHCONF() must be called with a locked vnode, the function is called before nfsvno_fillattr() and the result is passed in as an extra argument. MFC after: 2 weeks Revision Changes Path 1.8 +1 -1 src/sys/fs/nfs/nfs_commonacl.c 1.11 +8 -8 src/sys/fs/nfs/nfs_commonport.c 1.11 +4 -4 src/sys/fs/nfs/nfs_commonsubs.c 1.25 +3 -2 src/sys/fs/nfs/nfs_var.h 1.22 +0 -6 src/sys/fs/nfs/nfsport.h 1.17 +1 -1 src/sys/fs/nfsclient/nfs_clport.c 1.16 +1 -1 src/sys/fs/nfsclient/nfs_clrpcops.c 1.20 +1 -1 src/sys/fs/nfsclient/nfs_clstate.c 1.48 +14 -7 src/sys/fs/nfsserver/nfs_nfsdport.c 1.17 +4 -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?201104142346.p3ENkagR033703>