[PATCH v3 04/10] block: avoid to use q->flush_rq directly

2014-09-12 Thread Ming Lei
This patch trys to use local variable to access flush request, so that we can convert to per-queue flush machinery a bit easier. Reviewed-by: Christoph Hellwig Signed-off-by: Ming Lei --- block/blk-flush.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git

[PATCH v3 04/10] block: avoid to use q-flush_rq directly

2014-09-12 Thread Ming Lei
This patch trys to use local variable to access flush request, so that we can convert to per-queue flush machinery a bit easier. Reviewed-by: Christoph Hellwig h...@lst.de Signed-off-by: Ming Lei ming@canonical.com --- block/blk-flush.c | 17 + 1 file changed, 9