Files
linux-st/include/linux
Tejun Heo 30e9656cc3 [PATCH] block: implement elv_insert and use it (fix ordcolor flipping bug)
q->ordcolor must only be flipped on initial queueing of a hardbarrier
request.

Constructing ordered sequence and requeueing used to pass through
__elv_add_request() which flips q->ordcolor when it sees a barrier
request.

This patch separates out elv_insert() from __elv_add_request() and uses
elv_insert() when constructing ordered sequence and requeueing.
elv_insert() inserts the given request at the specified position and
does nothing else.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Acked-by: Jens Axboe <axboe@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-02-08 07:52:58 -08:00
..
2006-02-02 12:23:12 +00:00
2006-02-03 08:32:00 -08:00
2006-02-01 08:53:13 -08:00
2006-02-07 20:56:35 -05:00
2006-02-07 16:12:33 -08:00
2006-02-07 20:56:35 -05:00
2006-02-03 08:32:09 -08:00
2006-02-01 08:53:13 -08:00
2006-02-07 08:11:31 -02:00