Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2006 18:17:26 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/nullfs null_vfsops.c
Message-ID:  <200606171817.k5HIHQcB091009@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rodrigc     2006-06-17 18:17:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/fs/nullfs        null_vfsops.c 
  Log:
  MFC: 1.78, 1.79
  
  Remove incorrect null_checkexp() routine.  This
  will allow the NFS server to call vfs_stdcheckexp() on the exported nullfs
  filesystem, not the underlying filesystem being nullfs mounted.
  If the lower filesystem was not NFS exported, then the NFS exported
  null filesystem would not work.
  Modify MNT_UPDATE behavior for nullfs so that it does not
  return EOPNOTSUPP if an "export" parameter was passed in.
  This should allow nullfs mounts to be NFS exported.
  
  PR:             kern/87906
  
  Revision  Changes    Path
  1.72.2.4  +7 -16     src/sys/fs/nullfs/null_vfsops.c



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