Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2009 16:08:15 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsserver nfs_nfsdport.c
Message-ID:  <200911231608.nANG8VuP006661@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-11-23 16:08:15 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsserver     nfs_nfsdport.c 
  Log:
  SVN rev 199715 on 2009-11-23 16:08:15Z by rmacklem
  
  Modify the experimental nfs server so that it falls back to
  using VOP_LOOKUP() when VFS_VGET() returns EOPNOTSUPP in the
  ReaddirPlus RPC. This patch is based upon one by pjd@ for the
  regular nfs server which has not yet been committed. It is needed
  when a ZFS volume is exported and ReaddirPlus (which almost
  always happens for NFSv4) is performed by a client. The patch
  also simplifies vnode lock handling somewhat.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.17      +44 -38    src/sys/fs/nfsserver/nfs_nfsdport.c



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