Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2009 01:00:09 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsserver nfs_nfsdserv.c
Message-ID:  <200905250100.n4P10LqS040429@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-05-25 01:00:09 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsserver     nfs_nfsdserv.c 
  Log:
  SVN rev 192707 on 2009-05-25 01:00:09Z by rmacklem
  
  Add NFSv4 root export checks to the DelegPurge, Renew and
  ReleaseLockOwner operations analagous to what is already
  in place for SetClientID and SetClientIDConfirm. These are
  the five NFSv4 operations that do not use file handle(s),
  so the checks are done using the NFSv4 root export entries
  in /etc/exports.
  
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.4       +15 -0     src/sys/fs/nfsserver/nfs_nfsdserv.c



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