cvs commit: src/sys/fs/nullfs null_vfsops.c

Craig Rodrigues rodrigc at FreeBSD.org
Sun May 28 15:58:08 PDT 2006


rodrigc     2006-05-28 22:45:52 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nullfs        null_vfsops.c 
  Log:
  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.
  
  Pointed out by: scottl
  PR:             kern/87906
  MFC after:      1 week
  
  Revision  Changes    Path
  1.79      +0 -14     src/sys/fs/nullfs/null_vfsops.c


More information about the cvs-src mailing list