[PATCH v3 03/10] block: move flush initialization to blk_flush_init

2014-09-12 Thread Ming Lei
These fields are always used with the flush request, so initialize them together. Reviewed-by: Christoph Hellwig Signed-off-by: Ming Lei --- block/blk-core.c |3 --- block/blk-flush.c |4 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/block/blk-core.c

[PATCH v3 03/10] block: move flush initialization to blk_flush_init

2014-09-12 Thread Ming Lei
These fields are always used with the flush request, so initialize them together. Reviewed-by: Christoph Hellwig h...@lst.de Signed-off-by: Ming Lei ming@canonical.com --- block/blk-core.c |3 --- block/blk-flush.c |4 2 files changed, 4 insertions(+), 3 deletions(-) diff