Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 12/10/2006 22:33:31
Module Name:	src
Committed By:	pooka
Date:		Sun Dec 10 22:33:31 UTC 2006

Modified Files:
	src/sys/fs/puffs: puffs_sys.h puffs_transport.c puffs_vfsops.c

Log Message:
Fix a race condition that would cause the mountpoint to be cleaned
from under someone waiting for the fs server response in puffs_unmount()
if the descriptor was closed during the response wait (such as bug
leading to a crash in fs implementation unmount()).


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.1 -r1.2 src/sys/fs/puffs/puffs_transport.c
cvs rdiff -r1.15 -r1.16 src/sys/fs/puffs/puffs_vfsops.c

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