Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 05/08/2007 21:17:36
Module Name:	src
Committed By:	pooka
Date:		Tue May  8 21:17:36 UTC 2007

Modified Files:
	src/sys/fs/puffs: puffs_msgif.c

Log Message:
If the op was interrupted, decrease ops waiting for fetch from the
file server only if the op was still waiting for fetch (as opposed
to waiting for the response).  Also, properly flag the possible
following inactive as an op for which we do not want to wait for
the response from the file server.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/fs/puffs/puffs_msgif.c

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