From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932595AbeAIO77 (ORCPT + 1 other); Tue, 9 Jan 2018 09:59:59 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35010 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932334AbeAIO76 (ORCPT ); Tue, 9 Jan 2018 09:59:58 -0500 Date: Tue, 9 Jan 2018 16:00:00 +0100 From: Greg Kroah-Hartman To: NeilBrown Cc: Oleg Drokin , Andreas Dilger , James Simmons , lkml , lustre Subject: Re: [PATCH 00/14] staging:lustre: convert most LIBCFS*ALLOC to k*malloc - V2 Message-ID: <20180109150000.GA9846@kroah.com> References: <151546052331.9776.7408338350463291753.stgit@noble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <151546052331.9776.7408338350463291753.stgit@noble> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Tue, Jan 09, 2018 at 12:19:38PM +1100, NeilBrown wrote: > This is a revised version of my LIBCFS*ALLOC cleanup series. > - the compile error is fixed > - some cases of "if (x) kfree(x)" have been simplified > - LIBCFS_CPT_ALLOC() has been replaced as well. Very nice, I've been wanting to see this happen for a very long time now. All now queued up, thanks. greg k-h