From e099bda0d0bbdbd7874176cae3ab80fc6ef6cc8f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 10 Nov 2010 11:45:50 +0100 Subject: 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') 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 * Fix check for read-only fs in mtab update -- cgit v1.2.3