From: Miklos Szeredi Date: Mon, 26 Jan 2009 14:00:59 +0000 (+0100) Subject: fuse: fix poll notify X-Git-Tag: v2.6.29-rc3~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d47a1761896dcd89e3184399a8962dff17267d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed