Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932497Ab1EYQ35 (ORCPT ); Wed, 25 May 2011 12:29:57 -0400 Received: from smtp101.prem.mail.ac4.yahoo.com ([76.13.13.40]:47320 "HELO smtp101.prem.mail.ac4.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1757240Ab1EYQ34 (ORCPT ); Wed, 25 May 2011 12:29:56 -0400 X-Yahoo-SMTP: _Dag8S.swBC1p4FJKLCXbs8NQzyse1SYSgnAbY0- X-YMail-OSG: InV_5BgVM1nXjZuv0OCcMgfAe1jyMn9TEU0AYP3HbRqDBO4 EaLnwZhIYeadMJYmdLFaqdGWMkK4CoUBQRUf1jTMsSmXPFzAxqY7OQIIkrfK 1annczwQjoOPqIRFxoqXg7Ssvs9cfmQSrhGAhh7_s3s.WIVEFBOwm2NIXi4m rGMEFKJvCFQ6wxcaMeGKKlRfISZWgjFvELxldcLXhRBWIurNsdwoVSs78x9u qFyc_N5q2PK.RCplPcRvu5USReKQSIotx2bZWqwJbIAV5FGOkoc91u64f1YA HqnnfN2PtEIsjJq21zIc17sBDoD2yymO5r2BlIR4QBH5WVAzdCZuddie1WyS dZc4wCWEpv_VF6Y3_uVOZG8E- X-Yahoo-Newman-Property: ymail-3 Date: Wed, 25 May 2011 11:29:53 -0500 (CDT) From: Christoph Lameter X-X-Sender: cl@router.home To: Eric Dumazet cc: James Morris , Pekka Enberg , Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: SLUB regression in current Linus In-Reply-To: <1306338149.2820.27.camel@edumazet-laptop> Message-ID: References: <1306338149.2820.27.camel@edumazet-laptop> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 703 Lines: 19 On Wed, 25 May 2011, Eric Dumazet wrote: > > Index: linux-2.6/mm/slub.c > > =================================================================== > > --- linux-2.6.orig/mm/slub.c 2011-05-25 09:41:27.000000000 -0500 > > +++ linux-2.6/mm/slub.c 2011-05-25 09:41:39.000000000 -0500 > > @@ -1884,7 +1884,8 @@ debug: > > deactivate_slab(s, c); > > c->page = NULL; > > is this c->page = NULL; really necessary ? No. deactivate_slab() already sets it to NULL. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/