Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1462984 > unrolled thread

Re: [PATCH 19/58] staging: lustre: llite: add md_op_data parameter to ll_get_dir_page

Started byGreg Kroah-Hartman <gregkh@linuxfoundation.org>
First post2016-08-15 18:40 +0200
Last post2016-08-16 13:00 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 19/58] staging: lustre: llite: add md_op_data parameter  to ll_get_dir_page Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-08-15 18:40 +0200
    Re: [PATCH 19/58] staging: lustre: llite: add md_op_data parameter  to ll_get_dir_page James Simmons <jsimmons@infradead.org> - 2016-08-15 23:50 +0200
      Re: [PATCH 19/58] staging: lustre: llite: add md_op_data parameter  to ll_get_dir_page Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-08-16 13:00 +0200

#1462984 — Re: [PATCH 19/58] staging: lustre: llite: add md_op_data parameter to ll_get_dir_page

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2016-08-15 18:40 +0200
SubjectRe: [PATCH 19/58] staging: lustre: llite: add md_op_data parameter to ll_get_dir_page
Message-ID<s6t5E-7Vx-55@gated-at.bofh.it>
On Thu, Jul 21, 2016 at 10:44:12PM -0400, James Simmons wrote:
> From: wang di <di.wang@intel.com>
> 
> Pass in struct md_op_data for ll_get_dir_page function.
> 
> Signed-off-by: wang di <di.wang@intel.com>
> Reviewed-on: http://review.whamcloud.com/7043
> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3531
> Reviewed-by: John L. Hammond <john.hammond@intel.com>
> Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
> Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
> Signed-off-by: James Simmons <jsimmons@infradead.org>
> ---
>  drivers/staging/lustre/lustre/llite/dir.c          |    8 ++++----
>  .../staging/lustre/lustre/llite/llite_internal.h   |    4 ++--
>  drivers/staging/lustre/lustre/llite/statahead.c    |   15 +++++++++++----
>  3 files changed, 17 insertions(+), 10 deletions(-)

This patch fails to apply, so I have to stop here in the patch series.

So I'm guesing your second patch series also will fail to apply, so can
you resend all of the outstanding patches you have sent me after
rebasing on my staging-testing branch?

thanks,

greg k-h

[toc] | [next] | [standalone]


#1463196

FromJames Simmons <jsimmons@infradead.org>
Date2016-08-15 23:50 +0200
Message-ID<s6xVD-2Er-9@gated-at.bofh.it>
In reply to#1462984
> > From: wang di <di.wang@intel.com>
> > 
> > Pass in struct md_op_data for ll_get_dir_page function.
> > 
> > Signed-off-by: wang di <di.wang@intel.com>
> > Reviewed-on: http://review.whamcloud.com/7043
> > Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3531
> > Reviewed-by: John L. Hammond <john.hammond@intel.com>
> > Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
> > Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
> > Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
> > Signed-off-by: James Simmons <jsimmons@infradead.org>
> > ---
> >  drivers/staging/lustre/lustre/llite/dir.c          |    8 ++++----
> >  .../staging/lustre/lustre/llite/llite_internal.h   |    4 ++--
> >  drivers/staging/lustre/lustre/llite/statahead.c    |   15 +++++++++++----
> >  3 files changed, 17 insertions(+), 10 deletions(-)
> 
> This patch fails to apply, so I have to stop here in the patch series.
> 
> So I'm guesing your second patch series also will fail to apply, so can
> you resend all of the outstanding patches you have sent me after
> rebasing on my staging-testing branch?

Do you mind if I combine them into one series? Also I have a few more 
patches I like to include. Is it okay to add those as well?

[toc] | [prev] | [next] | [standalone]


#1463686

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2016-08-16 13:00 +0200
Message-ID<s6Kga-20U-23@gated-at.bofh.it>
In reply to#1463196
On Mon, Aug 15, 2016 at 10:40:29PM +0100, James Simmons wrote:
> 
> > > From: wang di <di.wang@intel.com>
> > > 
> > > Pass in struct md_op_data for ll_get_dir_page function.
> > > 
> > > Signed-off-by: wang di <di.wang@intel.com>
> > > Reviewed-on: http://review.whamcloud.com/7043
> > > Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3531
> > > Reviewed-by: John L. Hammond <john.hammond@intel.com>
> > > Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
> > > Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
> > > Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
> > > Signed-off-by: James Simmons <jsimmons@infradead.org>
> > > ---
> > >  drivers/staging/lustre/lustre/llite/dir.c          |    8 ++++----
> > >  .../staging/lustre/lustre/llite/llite_internal.h   |    4 ++--
> > >  drivers/staging/lustre/lustre/llite/statahead.c    |   15 +++++++++++----
> > >  3 files changed, 17 insertions(+), 10 deletions(-)
> > 
> > This patch fails to apply, so I have to stop here in the patch series.
> > 
> > So I'm guesing your second patch series also will fail to apply, so can
> > you resend all of the outstanding patches you have sent me after
> > rebasing on my staging-testing branch?
> 
> Do you mind if I combine them into one series? Also I have a few more 
> patches I like to include. Is it okay to add those as well?

That's fine with me, send away!

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web