From 9318a6b947b9379c85631d0e85532d9aac6f1115 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 24 Jan 2012 13:01:39 +0100 Subject: 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(). --- lib/fuse_versionscript | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/fuse_versionscript') diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript index 95bc7d9..8fbaa51 100644 --- a/lib/fuse_versionscript +++ b/lib/fuse_versionscript @@ -194,7 +194,6 @@ FUSE_2.9 { fuse_start_cleanup_thread; fuse_stop_cleanup_thread; fuse_clean_cache; - fuse_reply_mmap; fuse_lowlevel_notify_delete; local: -- cgit v1.2.3