From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752955AbdHQQWk (ORCPT ); Thu, 17 Aug 2017 12:22:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41224 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752545AbdHQQWi (ORCPT ); Thu, 17 Aug 2017 12:22:38 -0400 Date: Thu, 17 Aug 2017 09:22:39 -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 00/64] staging: lustre: uapi: normalize the lustre headers Message-ID: <20170817162239.GA22674@kroah.com> References: <1502725652-26280-1-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1502725652-26280-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 Mon, Aug 14, 2017 at 11:46:28AM -0400, James Simmons wrote: > The headers for lustre/LNet for a long time lacked a clean separation in > its internal headers which resulted in kernel specific data structures > being exposed in user land code. This work unravels this mess and creates > a clear separation between lustre kernel space and lustre user land. > With this work done the include paths in the lustre kernel code can now > be normalized. Nice work, all now applied. greg k-h