From: Miklos Szeredi Date: Wed, 17 Oct 2007 06:31:00 +0000 (-0700) Subject: fuse: fix reserved request wake up X-Git-Tag: v2.6.24-rc1~549 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5e3dec421c44c999071b8f7e0580ad2ade92ae;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed