From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754707AbcI0LBH (ORCPT ); Tue, 27 Sep 2016 07:01:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59328 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753591AbcI0LA6 (ORCPT ); Tue, 27 Sep 2016 07:00:58 -0400 Date: Tue, 27 Sep 2016 13:01:02 +0200 From: Greg Kroah-Hartman To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , wang di , Linux Kernel Mailing List , Lustre Development List Subject: Re: [PATCH 01/37] staging: lustre: llite: add missing LMV_MAGIC_V1 case Message-ID: <20160927110102.GA16196@kroah.com> References: <1474901450-28730-1-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474901450-28730-1-git-send-email-jsimmons@infradead.org> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 26, 2016 at 10:50:50AM -0400, James Simmons wrote: > From: wang di > > The port to upstream dropped handling the LMV_MAGIC_V1 > case for ll_dir_getstripe. This adds it back. > > Signed-off-by: wang di > Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3531 > Reviewed-on: http://review.whamcloud.com/7228 > Reviewed-by: Andreas Dilger > Reviewed-by: John L. Hammond > Reviewed-by: Alex Zhuravlev > Reviewed-by: Oleg Drokin > Signed-off-by: James Simmons > --- > drivers/staging/lustre/lustre/llite/dir.c | 4 ++++ > drivers/staging/lustre/lustre/ptlrpc/pack_generic.c | 1 + > 2 files changed, 5 insertions(+) I got this single patch, what about the other 36 patches you are saying this is a series of? thanks, greg k-h