From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753830AbdKXPo1 (ORCPT ); Fri, 24 Nov 2017 10:44:27 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59374 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753489AbdKXPoX (ORCPT ); Fri, 24 Nov 2017 10:44:23 -0500 Date: Fri, 24 Nov 2017 16:44:27 +0100 From: Greg Kroah-Hartman To: NeilBrown Cc: Oleg Drokin , Andreas Dilger , James Simmons , linux-kernel@vger.kernel.org, lustre-devel@lists.lustre.org Subject: Re: [PATCH 00/10] staging: lustre: assorted code improvements for list manipulations. Message-ID: <20171124154427.GA19111@kroah.com> References: <150933945578.22133.8029060522107378499.stgit@noble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <150933945578.22133.8029060522107378499.stgit@noble> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 30, 2017 at 03:59:27PM +1100, NeilBrown wrote: > There are mostly conversions of list_for_each() to > list_for_each_entry() and similar. list_first_entry() > also makes a few appearances. I've taken the patches that had a changelog text. thanks, greg k-h