From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753430AbcHPKvG (ORCPT ); Tue, 16 Aug 2016 06:51:06 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50295 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753384AbcHPKvF (ORCPT ); Tue, 16 Aug 2016 06:51:05 -0400 Date: Tue, 16 Aug 2016 12:51:14 +0200 From: Greg Kroah-Hartman To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Linux Kernel Mailing List , Oleg Drokin , wang di , Lustre Development List Subject: Re: [PATCH 19/58] staging: lustre: llite: add md_op_data parameter to ll_get_dir_page Message-ID: <20160816105114.GD28337@kroah.com> References: <1469155491-15265-1-git-send-email-jsimmons@infradead.org> <1469155491-15265-20-git-send-email-jsimmons@infradead.org> <20160815163815.GA21426@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 15, 2016 at 10:40:29PM +0100, James Simmons wrote: > > > > From: wang di > > > > > > Pass in struct md_op_data for ll_get_dir_page function. > > > > > > Signed-off-by: wang di > > > Reviewed-on: http://review.whamcloud.com/7043 > > > Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3531 > > > Reviewed-by: John L. Hammond > > > Reviewed-by: Jinshan Xiong > > > Reviewed-by: Andreas Dilger > > > Reviewed-by: Oleg Drokin > > > Signed-off-by: James Simmons > > > --- > > > 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