From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756208AbYIKTlr (ORCPT ); Thu, 11 Sep 2008 15:41:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752835AbYIKTlj (ORCPT ); Thu, 11 Sep 2008 15:41:39 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:47926 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751676AbYIKTli (ORCPT ); Thu, 11 Sep 2008 15:41:38 -0400 Message-ID: <48C9739F.7070006@cs.helsinki.fi> Date: Thu, 11 Sep 2008 22:38:07 +0300 From: Pekka Enberg User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Salman Qazi CC: linux-kernel@vger.kernel.org, cl@linux-foundation.org Subject: Re: slub: fixed uninitialized counter in struct kmem_cache_node References: <20080911192541.GA23822@google.com> In-Reply-To: <20080911192541.GA23822@google.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Salman Qazi wrote: > Initialized total objects atomic for the node in init_kmem_cache_node. The uninitialized value was ruining the stats in /proc/slabinfo. > > Signed-off-by: Salman Qazi Applied, thanks!