From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751593AbdHSDlp (ORCPT ); Fri, 18 Aug 2017 23:41:45 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57438 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751107AbdHSDlo (ORCPT ); Fri, 18 Aug 2017 23:41:44 -0400 Date: Fri, 18 Aug 2017 20:41:45 -0700 From: Greg Kroah-Hartman To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , Linux Kernel Mailing List , Lustre Development List Subject: Re: [PATCH] staging: lustre: uapi: properly include lustre_errno.h Message-ID: <20170819034145.GB4144@kroah.com> References: <1503111854-29944-1-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503111854-29944-1-git-send-email-jsimmons@infradead.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 18, 2017 at 11:04:14PM -0400, James Simmons wrote: > The path for lustre_errno.h was not updated to the new path > for errno.c. Also the header lustre_net.h uses code found in > lustre_errno.h but doesn't include the header directly. It > is easy to forget to add the header lustre_errno.h before > including lustre_net.h so it is just easier to include > lustre_errno.h in lustre_net.h. This should resolve the > build issues seen on the ia64 platform. > > Signed-off-by: James Simmons > --- > drivers/staging/lustre/lustre/include/lustre_net.h | 1 + > drivers/staging/lustre/lustre/ptlrpc/errno.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) Merge this into the correct patch and send both patch series again please. thanks, greg k-h