fuse: fix poll notify
authorMiklos Szeredi <mszeredi@suse.cz>
Mon, 26 Jan 2009 14:00:59 +0000 (15:00 +0100)
committerMiklos Szeredi <mszeredi@suse.de>
Mon, 26 Jan 2009 14:00:59 +0000 (15:00 +0100)
commitf6d47a1761896dcd89e3184399a8962dff17267d
tree60a7f1eee203f07db6f2a9d890b8ec78f190ea57
parent26c3679101dbccc054dcf370143941844ba70531
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>
fs/fuse/dev.c