linux-kernel-test/fs/fuse
Miklos Szeredi f6d47a1761 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>
2009-01-26 15:00:59 +01:00
..
control.c fuse: style fixes 2008-11-26 12:03:54 +01:00
dev.c fuse: fix poll notify 2009-01-26 15:00:59 +01:00
dir.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse 2009-01-06 17:01:20 -08:00
file.c fuse: fix NULL deref in fuse_file_alloc() 2009-01-26 15:00:58 +01:00
fuse_i.h fuse: add fuse_conn->release() 2008-11-26 12:03:56 +01:00
inode.c fuse: destroy bdi on umount 2009-01-26 15:00:59 +01:00
Makefile