Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262824AbVBDAlC (ORCPT ); Thu, 3 Feb 2005 19:41:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262831AbVBDAlB (ORCPT ); Thu, 3 Feb 2005 19:41:01 -0500 Received: from fmr14.intel.com ([192.55.52.68]:34176 "EHLO fmsfmr002.fm.intel.com") by vger.kernel.org with ESMTP id S263307AbVBDAhn (ORCPT ); Thu, 3 Feb 2005 19:37:43 -0500 Subject: [Patch] fix an error in /proc/slabinfo print From: Zou Nan hai To: linux-kernel@vger.kernel.org Cc: akpm@osdl.org Content-Type: text/plain Organization: Message-Id: <1107472220.2555.40.camel@linux-znh> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 04 Feb 2005 07:10:20 +0800 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 999 Lines: 23 There is an obvious error in the header of /proc/slabinfo Signed-off-by: Zou Nan hai --- linux-2.6.11-rc3/mm/slab.c 2005-02-03 13:29:33.000000000 +0800 +++ linux-2.6.11-rc3-fix/mm/slab.c 2005-02-03 13:32:42.318821400 +0800 @@ -2860,7 +2860,7 @@ static void *s_start(struct seq_file *m, seq_puts(m, "slabinfo - version: 2.1\n"); #endif seq_puts(m, "# name "); - seq_puts(m, " : tunables "); + seq_puts(m, " : tunables "); seq_puts(m, " : slabdata "); #if STATS seq_puts(m, " : globalstat " - 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/