From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754996Ab1AJWBF (ORCPT ); Mon, 10 Jan 2011 17:01:05 -0500 Received: from e6.ny.us.ibm.com ([32.97.182.146]:59397 "EHLO e6.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754958Ab1AJWBD (ORCPT ); Mon, 10 Jan 2011 17:01:03 -0500 Date: Mon, 10 Jan 2011 14:01:00 -0800 From: "Paul E. McKenney" To: Josh Triplett Cc: Jesper Juhl , linux-kernel@vger.kernel.org Subject: Re: [PATCH] rcutorture: Get rid of duplicate sched.h include Message-ID: <20110110220100.GM2383@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20110110215039.GA14492@feather> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110110215039.GA14492@feather> User-Agent: Mutt/1.5.20 (2009-06-14) X-Content-Scanned: Fidelis XPS MAILER Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 10, 2011 at 01:50:39PM -0800, Josh Triplett wrote: > On Mon, Jan 10, 2011 at 09:43:13PM +0100, Jesper Juhl wrote: > > linux/sched.h is included twice in kernel/rcutorture.c - once is enough. > > > > Signed-off-by: Jesper Juhl > > Reviewed-by: Josh Triplett > > Looks like the duplicate include appeared in > 8e8be45e8e55daa381028aec339829929ddb53a5. Looks like something I would do. :-/ I have queued the patch and added Josh's Reviewed-by -- thank you both! Thanx, Paul