Subject: CVS commit: syssrc/sys/ufs/lfs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 12/14/2002 15:41:26
Module Name:	syssrc
Committed By:	yamt
Date:		Sat Dec 14 13:41:25 UTC 2002

Modified Files:
	syssrc/sys/ufs/lfs: lfs_bio.c

Log Message:
- in lfs_bwrite_ext, if we're cleaner,
  mark inode IN_CLEANING rather then IN_MODIFIED.
  otherwise cleaned (indirect) blocks belongs to the inode isn't written
  until next sync.
- add assertions.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/ufs/lfs/lfs_bio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.