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

Jeff Roberson jeff at FreeBSD.org
Tue Sep 2 21:08:16 PDT 2003


jeff        2003/09/02 21:08:15 PDT

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_softdep.c 
  Log:
   - Several of the callers to getdirtybuf() were erroneously changed to pass
     in a list head instead of a pointer to the first element at the time of
     the first call.  These lists are subject to change, and getdirtybuf()
     would refetch from the wrong list in some cases.
  
  Spottedy by:    tegge
  Pointy hat to:  me
  
  Revision  Changes    Path
  1.144     +16 -9     src/sys/ufs/ffs/ffs_softdep.c


More information about the cvs-src mailing list