cvs commit: src/sys/ufs/ffs ffs_vfsops.c

Jeff Roberson jeff at FreeBSD.org
Mon May 30 00:04:16 PDT 2005


jeff        2005-05-30 07:04:15 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
   - Don't set our bio op to be a READ when we've just completed a write.  There
     are subtle differences in the read and write completion path.  Instead,
     grab an extra write ref so the write path can drop it when we recursively
     call bufdone().  I believe this may be the source of the wrong bufobj
     panics.
  
  Reported by:    pho, kkenn
  
  Revision  Changes    Path
  1.290     +10 -10    src/sys/ufs/ffs/ffs_vfsops.c


More information about the cvs-src mailing list