Re: [PATCH v4 02/10] block: introduce blk_init_flush and its pair

2014-09-24 Thread Ming Lei
On Wed, Sep 24, 2014 at 6:18 PM, Christoph Hellwig wrote: > On Mon, Sep 15, 2014 at 09:11:06PM +0800, Ming Lei wrote: >> These two temporary functions are introduced for holding flush >> initialization and de-initialization, so that we can >> introduce 'flush queue' easier in the following patch.

Re: [PATCH v4 02/10] block: introduce blk_init_flush and its pair

2014-09-24 Thread Christoph Hellwig
On Mon, Sep 15, 2014 at 09:11:06PM +0800, Ming Lei wrote: > These two temporary functions are introduced for holding flush > initialization and de-initialization, so that we can > introduce 'flush queue' easier in the following patch. And > once 'flush queue' and its allocation/free functions are r