From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753963AbdK2JkZ (ORCPT ); Wed, 29 Nov 2017 04:40:25 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:50864 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752229AbdK2JkX (ORCPT ); Wed, 29 Nov 2017 04:40:23 -0500 Date: Wed, 29 Nov 2017 10:40:23 +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 08/10] staging: lustre: lov: use list_for_each_entry in lov_obd.c Message-ID: <20171129094023.GA7597@kroah.com> References: <150933945578.22133.8029060522107378499.stgit@noble> <150933956729.22133.13130557672702877610.stgit@noble> <20171124154341.GA16654@kroah.com> <87r2shwzyf.fsf@notabene.neil.brown.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r2shwzyf.fsf@notabene.neil.brown.name> 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 Wed, Nov 29, 2017 at 02:01:12PM +1100, NeilBrown wrote: > Subject: [PATCH] staging: lustre: lov: use list_for_each_entry in lov_obd.c Why is there a subject line in the body of the text here? Will git figure this out correctly? > Using the *_entry macro simplifies the code slightly. > > Signed-off-by: NeilBrown > --- > > Resubmitted with non-empty changelog text. Did I apply the others? Can you just send a new series of whatever I didn't apply so it's obvious for me as to what to do? thanks, greg k-h