Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936358AbcLMRWQ (ORCPT ); Tue, 13 Dec 2016 12:22:16 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:22177 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934954AbcLMRV5 (ORCPT ); Tue, 13 Dec 2016 12:21:57 -0500 Date: Tue, 13 Dec 2016 20:21:40 +0300 From: Dan Carpenter To: Oleg Drokin Cc: devel@driverdev.osuosl.org, James Simmons , Greg Kroah-Hartman , Linux Kernel Mailing List , Andreas Dilger , Lustre Development List Subject: Re: [PATCH v2 5/5] staging: lustre: headers: use proper byteorder functions in lustre_idl.h Message-ID: <20161213172140.GG8176@mwanda> References: <1481393161-22623-1-git-send-email-jsimmons@infradead.org> <1481393161-22623-6-git-send-email-jsimmons@infradead.org> <20161210181649.GB8477@kroah.com> <20161213003728.GA3052@kroah.com> <20161213083104.GD8176@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 529 Lines: 18 On Tue, Dec 13, 2016 at 11:14:26AM -0500, Oleg Drokin wrote: > > On Dec 13, 2016, at 3:31 AM, Dan Carpenter wrote: > > > It used to be that great swathes of Lustre were used in both user space > > and kernel space. We had huge unused modules in the kernel that were > > only used for user space. > > Huh? > There was nothing of the sort. > There were huge parts of code that were used by the server, but sue to no server > in staging client, ended up being unused, though. > Oh. Right, that's it. regards, dan carpenter