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 Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list

[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 --- block/blk-flush.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/block/blk-flush.c b/block/blk-flu