From 63322038855660cc106c8f87a2ae42bcac37a4af Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 10 Nov 2010 11:41:21 +0100 Subject: add read_buf method to high level API Add a new read_buf() method to the highlevel API. This allows returning a generic buffer from the read method, which in turn allows zero copy reads. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9057c9a..36bda9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ the lowlevel write_buf() method, this allows implementing zero copy writes. + * Add a new read_buf() method to the highlevel API. This allows + returning a generic buffer from the read method, which in turn + allows zero copy reads. + 2010-11-08 Miklos Szeredi * Fix check for read-only fs in mtab update -- cgit v1.2.3