From 65cf7c7deb7a98dc31beb39db3c1ae1cba45b69f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 30 Jun 2004 11:34:56 +0000 Subject: support for multiplexing fuse fd --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6786d2e..5448cc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,12 @@ * Acquire inode->i_sem before open and release methods to prevent concurrent rename or unlink operations. + * Make __fuse_read_cmd() read only one command. This allows + multiplexing the fuse file descriptor with other event sources + using select() or poll() (patch by Jeff Harris) + + * Export 'exited' flag with __fuse_exited() (patch by Jeff Harris) + 2004-06-27 Miklos Szeredi * Fix file offset wrap around at 4G when doing large reads -- cgit v1.2.3