Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 03/25/1999 14:33:04
Module Name: src
Committed By: perseant
Date: Thu Mar 25 22:33:03 UTC 1999
Modified Files:
src/sys/ufs/lfs: lfs_vnops.c
Log Message:
Since dirop vnodes can't be flushed, they hold a reference until their
dirop is completely written to disk. This means that ordinary calls to
ufs vnops which would ordinarily call VOP_INACTIVE through vrele/vput,
don't. This patch detects that condition after such vnops have been
run, and calls VOP_INACTIVE if it would ordinarily have been called by
the ufs call.