aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2012-01-24 13:01:39 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2012-01-24 14:32:28 +0100
commit9318a6b947b9379c85631d0e85532d9aac6f1115 (patch)
tree2dc570ac482a4dd0230fa0d9067fd1537629c40e /ChangeLog
parent66003c26313ee099ed6ccac35a10b0cbfbc7eb0d (diff)
downloadandroid_external_fuse-9318a6b947b9379c85631d0e85532d9aac6f1115.tar.gz
android_external_fuse-9318a6b947b9379c85631d0e85532d9aac6f1115.tar.bz2
android_external_fuse-9318a6b947b9379c85631d0e85532d9aac6f1115.zip
Revert "Add mmap() and munmap() methods to low level API"
This partially reverts commit 4b2157c44e6ad7e692fcffb7450143e83151d36b. Remove mmap/munmap suppor as this missed the interface changes for Linux-3.3 (API version 7.18). Only revert the mmap/munmap bits and leave the retrieve_reply API fix in place as well as the optimization in fuse_send_data_iov_fallback().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 0 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fdedb6e..00cd46e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,9 +32,6 @@
2011-12-06 Miklos Szeredi <miklos@szeredi.hu>
- * Add mmap() and munmap() methods to low level API. Currently
- this is only useful for CUSE
-
* Update retrieve_reply() method
2011-12-05 Miklos Szeredi <miklos@szeredi.hu>