Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2010 20:25:59 +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:  <201001082026.o08KQGQ1017038@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-01-08 20:25:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfs           nfs_commonacl.c nfs_var.h 
    sys/fs/nfsserver     nfs_nfsdport.c nfs_nfsdserv.c 
  Log:
  SVN rev 201819 on 2010-01-08 20:25:59Z by rmacklem
  
  MFC: r200999
  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
  
  Revision  Changes    Path
  1.4.2.2   +0 -64     src/sys/fs/nfs/nfs_commonacl.c
  1.6.2.3   +2 -4      src/sys/fs/nfs/nfs_var.h
  1.15.2.4  +33 -40    src/sys/fs/nfsserver/nfs_nfsdport.c
  1.5.2.3   +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?201001082026.o08KQGQ1017038>