[PATCH 4/8] block: avoid to use q-flush_rq directly

2014-09-09 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. Signed-off-by: Ming Lei ming@canonical.com --- block/blk-flush.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git

Re: [PATCH 4/8] block: avoid to use q-flush_rq directly

2014-09-09 Thread Christoph Hellwig
On Tue, Sep 09, 2014 at 09:05:45PM +0800, Ming Lei wrote: This patch trys to use local variable to access flush request, so that we can convert to per-queue flush machinery a bit easier. Signed-off-by: Ming Lei ming@canonical.com Looks good, Reviewed-by: Christoph Hellwig h...@lst.de --