Home
last modified time | relevance | path

Searched hist:cde4c406d8fb051c5aafc917643adbb9dbd0abc2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/
H A Dblk-flush.cdiff cde4c406d8fb051c5aafc917643adbb9dbd0abc2 Fri Sep 03 04:56:17 CDT 2010 Christoph Hellwig <hch@lst.de> block: simplify queue_next_fseq

We need to call blk_rq_init and elv_insert for all cases in queue_next_fseq,
so take these calls into common code. Also move the end_io initialization
from queue_flush into queue_next_fseq and rename queue_flush to
init_flush_request now that it's old name doesn't apply anymore.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>