Subject: CVS commit: src/lib/librefuse
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/20/2007 19:00:21
Module Name:	src
Committed By:	pooka
Date:		Tue Feb 20 19:00:21 UTC 2007

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

Log Message:
* Thread flags to VOP_OPEN (except of course O_CREAT, O_TRUNC and O_EXCL)
  through fuse_file_info to the fuse open operation.
* reference count opens for each node and do release once the count
  drops to zero (instead of waiting for inactive).  I'm still not sure
  if this exactly matches linux/fuse behaviour, but at least we do
  open when a new file descriptor is opened for each node and a do
  a release when the reference to the last file descriptor for a
  node is closed, so it ought to be pretty close

cryptofs works after these changes


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

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