aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2010-11-10 11:45:50 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2010-11-10 11:45:50 +0100
commite099bda0d0bbdbd7874176cae3ab80fc6ef6cc8f (patch)
tree6a6fe593680c3c235417fc4131908ca1a27494c3 /ChangeLog
parent63322038855660cc106c8f87a2ae42bcac37a4af (diff)
fusexmp_fh: add read_buf and write_buf implementations
In fusexmp_fh implement the ->read_buf() and ->write_buf() methods. Leave the ->read() and ->write() implementations for reference, even though they are not necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36bda9e..2cf7052 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@
returning a generic buffer from the read method, which in turn
allows zero copy reads.
+ * In fusexmp_fh implement the ->read_buf() and ->write_buf()
+ methods. Leave the ->read() and ->write() implementations for
+ reference, even though they are not necessary.
+
2010-11-08 Miklos Szeredi <miklos@szeredi.hu>
* Fix check for read-only fs in mtab update