Re: [PATCH 3/8] block: move flush initialized stuff to blk_flush_init

2014-09-09 Thread Christoph Hellwig
On Tue, Sep 09, 2014 at 09:05:44PM +0800, Ming Lei wrote: > These stuff is always used with flush req together, so > we can do that safely. Little wording nitpick: in the subject s/initialized stuff/initialization/ and in the body: These fields are always used with the flush request, so initial

[PATCH 3/8] block: move flush initialized stuff to blk_flush_init

2014-09-09 Thread Ming Lei
These stuff is always used with flush req together, so we can do that safely. 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 b/block/blk-core.c index 0a9d172..222fe84 100644