From owner-cvs-src@FreeBSD.ORG Tue Sep 2 21:08:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6137A16A4BF; Tue, 2 Sep 2003 21:08:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAB143FF7; Tue, 2 Sep 2003 21:08:15 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h8348F0U045197; Tue, 2 Sep 2003 21:08:15 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8348Fuh045196; Tue, 2 Sep 2003 21:08:15 -0700 (PDT) Message-Id: <200309030408.h8348Fuh045196@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 2 Sep 2003 21:08:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 04:08:16 -0000 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