From: Jan Harkes Date: Sat, 18 Sep 2010 03:26:01 +0000 (-0400) Subject: Coda: mount hangs because of missed REQ_WRITE rename X-Git-Tag: v2.6.36-rc5~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112d421df2fddc0278584b084f4fcfedd144c5f4;p=pandora-kernel.git Coda: mount hangs because of missed REQ_WRITE rename Coda's REQ_* defines were renamed to avoid clashes with the block layer (commit 4aeefdc69f7b: "coda: fixup clash with block layer REQ_* defines"). However one was missed and response messages are no longer matched with requests and waiting threads are no longer woken up. This patch fixes this. Signed-off-by: Jan Harkes [ Also fixed up whitespace while at it -Linus ] Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed