]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Need to reset the buffer pointer to avoid reconsidering the same buffer
authormckusick <mckusick@FreeBSD.org>
Tue, 18 Jan 2000 02:13:26 +0000 (02:13 +0000)
committermckusick <mckusick@FreeBSD.org>
Tue, 18 Jan 2000 02:13:26 +0000 (02:13 +0000)
commit41c200930cdd2079853d2198feb1bd858ec26f1b
treec26a9a40a22b4116eda0050aa77131c9600968bc
parent19a5ef96d9461944ad98ddab0e242cc4f3974211
Need to reset the buffer pointer to avoid reconsidering the same buffer
again (without this the rollback analysis was being lost). Should reduce
the write count for most workloads.

Submitted by: Craig A Soules <soules+@andrew.cmu.edu>
sys/kern/vfs_bio.c