• Miklos Szeredi's avatar
    fuse: fix poll notify · f6d47a17
    Miklos Szeredi authored
    Move fuse_copy_finish() to before calling fuse_notify_poll_wakeup().
    This is not a big issue because fuse_notify_poll_wakeup() should be
    atomic, but it's cleaner this way, and later uses of notification will
    need to be able to finish the copying before performing some actions.
    Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
    f6d47a17
dev.c 27.3 KB