Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2009 20:44:19 +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_var.h src/sys/fs/nfsserver nfs_nfsdport.c nfs_nfsdserv.c
Message-ID:  <200912252044.nBPKiZdr051425@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-12-25 20:44:19 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfs           nfs_commonacl.c nfs_var.h 
    sys/fs/nfsserver     nfs_nfsdport.c nfs_nfsdserv.c 
  Log:
  SVN rev 200999 on 2009-12-25 20:44:19Z by rmacklem
  
  Modify the experimental server so that it uses VOP_ACCESSX().
  This is necessary in order to enable NFSv4 ACL support. The
  argument to nfsvno_accchk() was changed to an accmode_t and
  the function nfsrv_aclaccess() was no longer needed and,
  therefore, deleted.
  
  Reviewed by:    trasz
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.7       +0 -64     src/sys/fs/nfs/nfs_commonacl.c
  1.9       +2 -4      src/sys/fs/nfs/nfs_var.h
  1.18      +33 -40    src/sys/fs/nfsserver/nfs_nfsdport.c
  1.7       +40 -34    src/sys/fs/nfsserver/nfs_nfsdserv.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912252044.nBPKiZdr051425>