mirror of
https://github.com/libfuse/libfuse.git
synced 2024-12-04 01:24:18 +08:00
Add missing fuse_reply_bmap to versionscript. Debian Bug#531329. Reported by Goswin Brederlow
This commit is contained in:
parent
0db74cc67c
commit
bc53eddb2f
@ -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()
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user