kan         2005-05-11 18:25:42 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             vfs_export.c 
  Log:
  Handle theoretical case of vfs_export being called with both MNT_DELEXPORT and
  MNT_EXPORT flags set. Do not reuse the memory that has just been freed.
  
  Revision  Changes    Path
  1.333     +1 -0      src/sys/kern/vfs_export.c