fuse: send poll events
commit 626cf23660
"poll: add poll_requested_events()..." enabled us to send the
requested events to the filesystem.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
This commit is contained in:

committed by
Miklos Szeredi

parent
dfca7cebc2
commit
0415d29102
@@ -63,6 +63,7 @@
|
||||
*
|
||||
* 7.21
|
||||
* - add FUSE_READDIRPLUS
|
||||
* - send the requested events in POLL request
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_FUSE_H
|
||||
@@ -585,7 +586,7 @@ struct fuse_poll_in {
|
||||
__u64 fh;
|
||||
__u64 kh;
|
||||
__u32 flags;
|
||||
__u32 padding;
|
||||
__u32 events;
|
||||
};
|
||||
|
||||
struct fuse_poll_out {
|
||||
|
Reference in New Issue
Block a user