Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/10/2006 21:50:18
Module Name: src
Committed By: bouyer
Date: Mon Apr 10 21:50:18 UTC 2006
Modified Files:
src/sys/ufs/ffs: ffs_snapshot.c
Log Message:
If we brelse ibp, set ibp to NULL, to avoid reusing it later in balloc()
or in our code at the next iteration.
Coverity ID 2706
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/ufs/ffs/ffs_snapshot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.