From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752920AbcHOQiG (ORCPT ); Mon, 15 Aug 2016 12:38:06 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:32879 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752590AbcHOQiE (ORCPT ); Mon, 15 Aug 2016 12:38:04 -0400 Date: Mon, 15 Aug 2016 18:38:15 +0200 From: Greg Kroah-Hartman To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , Linux Kernel Mailing List , Lustre Development List , wang di Subject: Re: [PATCH 19/58] staging: lustre: llite: add md_op_data parameter to ll_get_dir_page Message-ID: <20160815163815.GA21426@kroah.com> References: <1469155491-15265-1-git-send-email-jsimmons@infradead.org> <1469155491-15265-20-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1469155491-15265-20-git-send-email-jsimmons@infradead.org> 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 Thu, Jul 21, 2016 at 10:44:12PM -0400, 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? thanks, greg k-h