Subject: CVS commit: src/lib/librefuse
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 06/12/2007 18:57:06
Module Name:	src
Committed By:	agc
Date:		Tue Jun 12 18:57:06 UTC 2007

Modified Files:
	src/lib/librefuse: refuse.c

Log Message:
Use pthread_[gs]etspecific to store a pointer to the fuse_context
information, enabled if MULTITHREADED_REFUSE is defined at build
time. This is not enabled by default since libpuffs is not
threadsafe yet.

librefuse is still not threadsafe, but this gets rid of a whole lot of
problems in the meantime.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/lib/librefuse/refuse.c

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