commit | f6d47a1761896dcd89e3184399a8962dff17267d | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Mon Jan 26 15:00:59 2009 +0100 |
committer | Miklos Szeredi <mszeredi@suse.de> | Mon Jan 26 15:00:59 2009 +0100 |
tree | 60a7f1eee203f07db6f2a9d890b8ec78f190ea57 | |
parent | 26c3679101dbccc054dcf370143941844ba70531 [diff] |
fuse: fix poll notify 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: Miklos Szeredi <mszeredi@suse.cz>