From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Mon, 11 Apr 2016 21:03:06 -0700 Subject: [lustre-devel] [PATCH 00/24] staging: lustre: selftest: remove typedefs In-Reply-To: <1459970750-5377-1-git-send-email-jsimmons@infradead.org> References: <1459970750-5377-1-git-send-email-jsimmons@infradead.org> Message-ID: <20160412040306.GA28361@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , Linux Kernel Mailing List , Lustre Development List On Wed, Apr 06, 2016 at 03:25:26PM -0400, James Simmons wrote: > The lnet selftest code is littered with typedefs. Convert these > typedefs into their proper data types. Not all of these applied, please fix up and resend the remaining ones. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752712AbcDLES4 (ORCPT ); Tue, 12 Apr 2016 00:18:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34109 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750957AbcDLESz (ORCPT ); Tue, 12 Apr 2016 00:18:55 -0400 Date: Mon, 11 Apr 2016 21:03:06 -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/24] staging: lustre: selftest: remove typedefs Message-ID: <20160412040306.GA28361@kroah.com> References: <1459970750-5377-1-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459970750-5377-1-git-send-email-jsimmons@infradead.org> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 06, 2016 at 03:25:26PM -0400, James Simmons wrote: > The lnet selftest code is littered with typedefs. Convert these > typedefs into their proper data types. Not all of these applied, please fix up and resend the remaining ones. thanks, greg k-h