]> git.neil.brown.name Git - history.git/commit
[PATCH] set request fastfail bit correctly
authorJens Axboe <axboe@suse.de>
Tue, 9 Mar 2004 23:58:22 +0000 (15:58 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 9 Mar 2004 23:58:22 +0000 (15:58 -0800)
commitc50469347289c21017cf62241b28d8d74b02123c
tree9968633af799968af0facb4fe31918ad64443330
parentc5e296f532afb411051444f64016755a07cdcd4b
[PATCH] set request fastfail bit correctly

From Mike Christie <michaelc@cs.wisc.edu>

The first three bio and request flags are no longer identical.  The bio
barrier and rw flags are getting set in __make_request and get_request
respectively, and failfast is getting left out.

This sets the request's failfast flag in __make_request when the bio's
flag is set.
drivers/block/ll_rw_blk.c