From: KOSAKI Motohiro Date: Mon, 26 Oct 2009 23:49:35 +0000 (-0700) Subject: congestion_wait(): don't use WRITE X-Git-Tag: v2.6.32-rc6~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58355c7876a0754377c37c8af948b4cd423410e2;p=pandora-kernel.git congestion_wait(): don't use WRITE commit 8aa7e847d (Fix congestion_wait() sync/async vs read/write confusion) replace WRITE with BLK_RW_ASYNC. Unfortunately, concurrent mm development made the unchanged place accidentally. This patch fixes it too. Signed-off-by: KOSAKI Motohiro Acked-by: Jens Axboe Acked-by: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed