linux/fs/fuse
Miklos Szeredi de5e3dec42 fuse: fix reserved request wake up
Use wake_up_all instead of wake_up in put_reserved_req(), otherwise it is
possible that the right task is not woken up.

Also create a separate reserved_req_waitq in addition to the blocked_waitq,
since they fulfill totally separate functions.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-17 08:43:03 -07:00
..
control.c [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00
dev.c fuse: fix reserved request wake up 2007-10-17 08:43:03 -07:00
dir.c fuse: fix mknod of regular file 2007-05-23 20:14:11 -07:00
file.c fuse: convert to new aops 2007-10-16 09:42:57 -07:00
fuse_i.h fuse: fix reserved request wake up 2007-10-17 08:43:03 -07:00
inode.c fuse: fix reserved request wake up 2007-10-17 08:43:03 -07:00
Makefile [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00