cvs commit: src/sys/fs/udf udf_vfsops.c

Konstantin Belousov kib at FreeBSD.org
Fri Jan 18 04:09:55 PST 2008


kib         2008-01-18 12:09:54 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/udf           udf_vfsops.c 
  Log:
  udf_vget() shall vgone() the vnode when the file_entry cannot be allocated
  or read from the volume. Otherwise, half-constructed vnode could be found
  later and cause panic when accessed.
  
  PR:     118322
  MFC after:      1 week
  
  Revision  Changes    Path
  1.52      +3 -0      src/sys/fs/udf/udf_vfsops.c


More information about the cvs-all mailing list