Add missing fuse_reply_bmap to versionscript. Debian Bug#531329. Reported by Goswin...
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 18 Jun 2009 09:26:22 +0000 (09:26 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 18 Jun 2009 09:26:22 +0000 (09:26 +0000)
ChangeLog
include/fuse_lowlevel.h
lib/fuse_versionscript

index 9791a7f6ae9bc267010bfd98b8a6a13b75e9079c..66f388f980e09255e4531b6833722cf77c4a1e12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-16  Miklos Szeredi <miklos@szeredi.hu>
+
+       * Add missing fuse_reply_bmap to versionscript.  Debian
+       Bug#531329.  Reported by Goswin Brederlow
+
 2009-05-27  Miklos Szeredi <miklos@szeredi.hu>
 
        * Don't call forget_node() if the lookup was negative and write()
index 1e32825ff37295763835ff87c9baa9dcba0a26a9..54cec8c85d7254b8c5dc39e8701f47fc82aecaba 100644 (file)
@@ -1058,7 +1058,7 @@ int fuse_reply_bmap(fuse_req_t req, uint64_t idx);
 /**
  * Add a directory entry to the buffer
  *
- * Buffer needs to be large enough to hold the entry.  Of it's not,
+ * Buffer needs to be large enough to hold the entry.  If it's not,
  * then the entry is not filled in but the size of the entry is still
  * returned.  The caller can check this by comparing the bufsize
  * parameter with the returned entry size.  If the entry size is
index 4b5c8f377787241ba9afb1d31b360c4e075ffd0a..f2608a8301bfb65834f51e5f707781f8826ced85 100644 (file)
@@ -153,6 +153,11 @@ FUSE_2.7 {
                fuse_version;
 } FUSE_2.6;
 
+FUSE_2.7.5 {
+       global:
+               fuse_reply_bmap;
+} FUSE_2.7;
+
 FUSE_2.8 {
        global:
                fuse_fs_ioctl;
@@ -161,11 +166,10 @@ FUSE_2.8 {
                fuse_notify_poll;
                fuse_opt_add_opt_escaped;
                fuse_pollhandle_destroy;
-               fuse_reply_bmap;
                fuse_reply_ioctl;
                fuse_reply_ioctl_retry;
                fuse_reply_poll;
 
        local:
                *;
-} FUSE_2.7;
+} FUSE_2.7.5;