Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2011 18:30: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_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:  <201104291831.p3TIVDuH032041@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-04-29 18:30:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    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 221217 on 2011-04-29 18:30:53Z by rmacklem
  
  MFC: r220648
  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.
  
  Revision   Changes    Path
  1.4.2.5    +1 -1      src/sys/fs/nfs/nfs_commonacl.c
  1.4.2.8    +8 -8      src/sys/fs/nfs/nfs_commonport.c
  1.3.2.9    +4 -4      src/sys/fs/nfs/nfs_commonsubs.c
  1.6.2.20   +3 -2      src/sys/fs/nfs/nfs_var.h
  1.15.2.7   +0 -6      src/sys/fs/nfs/nfsport.h
  1.5.2.11   +1 -1      src/sys/fs/nfsclient/nfs_clport.c
  1.4.2.13   +1 -1      src/sys/fs/nfsclient/nfs_clrpcops.c
  1.7.2.14   +1 -1      src/sys/fs/nfsclient/nfs_clstate.c
  1.15.2.32  +14 -7     src/sys/fs/nfsserver/nfs_nfsdport.c
  1.5.2.13   +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?201104291831.p3TIVDuH032041>