cvs commit: src/sys/vfs/udf udf_vfsops.c udf_vnops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Mar 29 08:39:38 PST 2004


dillon      2004/03/29 08:38:36 PST

DragonFly src repository

  Modified files:
    sys/vfs/udf          udf_vfsops.c udf_vnops.c 
  Log:
  UDF was not properly cleaning up getblk'd buffers in the face of error
  conditions.  In some places it was assuming that getblk() would not
  return a buffer on error, but in fact getblk() generally always returns
  a buffer whether an error occurs or not (and always on an I/O error).
  
  Reported-by: David Rhodus <drhodus at xxxxxxxxxxxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.3       +2 -0      src/sys/vfs/udf/udf_vfsops.c
  1.3       +11 -5     src/sys/vfs/udf/udf_vnops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/udf/udf_vfsops.c.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/udf/udf_vnops.c.diff?r1=1.2&r2=1.3&f=h





More information about the Commits mailing list