Subject: CVS commit: src/lib/librefuse
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/26/2007 13:52:16
Module Name:	src
Committed By:	pooka
Date:		Mon Feb 26 13:52:16 UTC 2007

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

Log Message:
Implement readdir properly, or at least as close to possible to how
fuse does it: read directory completely into refuse buffers if starting
from read offset 0 and for later calls trickle results from the buffers
to the kernel without consulting the fuse file system.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/librefuse/fuse.h
cvs rdiff -r1.35 -r1.36 src/lib/librefuse/refuse.c

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