]> git.baikalelectronics.ru Git - kernel.git/commit
Coda: mount hangs because of missed REQ_WRITE rename
authorJan Harkes <jaharkes@cs.cmu.edu>
Sat, 18 Sep 2010 03:26:01 +0000 (23:26 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Sep 2010 18:03:09 +0000 (11:03 -0700)
commita800370e9f8f54c4e8d73c4326b61695b60a6d00
tree29ae7aef63427f4163f25222e4712b08a80703c7
parente63c046db34821c5a868ebb777de447dad18bca2
Coda: mount hangs because of missed REQ_WRITE rename

Coda's REQ_* defines were renamed to avoid clashes with the block layer
(commit 6de0113f3c0b: "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 <jaharkes@cs.cmu.edu>
[ Also fixed up whitespace while at it  -Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/coda/psdev.c