Re: [PATCH 12/15] md: stop using ->queuedata

2020-05-13 Thread Song Liu
On Wed, May 13, 2020 at 11:33 AM Christoph Hellwig wrote: > > On Wed, May 13, 2020 at 11:29:17AM -0700, Song Liu wrote: > > On Fri, May 8, 2020 at 9:17 AM Christoph Hellwig wrote: > > > > > > Signed-off-by: Christoph Hellwig > > > > Thanks for the cleanup. IIUC, you want this go through md tree?

Re: [PATCH 12/15] md: stop using ->queuedata

2020-05-13 Thread Song Liu
On Fri, May 8, 2020 at 9:17 AM Christoph Hellwig wrote: > > Signed-off-by: Christoph Hellwig Thanks for the cleanup. IIUC, you want this go through md tree? Otherwise, Acked-by: Song Liu > --- > drivers/md/md.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drive

Re: [PATCH 12/15] md: stop using ->queuedata

2020-05-13 Thread Christoph Hellwig
On Wed, May 13, 2020 at 11:29:17AM -0700, Song Liu wrote: > On Fri, May 8, 2020 at 9:17 AM Christoph Hellwig wrote: > > > > Signed-off-by: Christoph Hellwig > > Thanks for the cleanup. IIUC, you want this go through md tree? Yes, please pick it up though the md tree.

[PATCH 12/15] md: stop using ->queuedata

2020-05-08 Thread Christoph Hellwig
Signed-off-by: Christoph Hellwig --- drivers/md/md.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/md/md.c b/drivers/md/md.c index 271e8a5873549..c079ecf77c564 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -466,7 +466,7 @@ static blk_qc_t md_make_request(st