Date: Tue, 2 Sep 2003 21:08:15 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c Message-ID: <200309030408.h8348Fuh045196@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309030408.h8348Fuh045196>