From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761821AbZE1MYe (ORCPT ); Thu, 28 May 2009 08:24:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755458AbZE1MY1 (ORCPT ); Thu, 28 May 2009 08:24:27 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:59978 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753584AbZE1MY0 (ORCPT ); Thu, 28 May 2009 08:24:26 -0400 Subject: Re: [GIT PULL] scheduler fixes From: Pekka Enberg To: Nick Piggin Cc: Linus Torvalds , Ingo Molnar , Yinghai Lu , Rusty Russell , "H. Peter Anvin" , Jeff Garzik , Alexander Viro , Linux Kernel Mailing List , Andrew Morton , Peter Zijlstra , cl@linux-foundation.org, mpm@selenic.com In-Reply-To: <20090528121222.GK6920@wotan.suse.de> References: <20090525051521.GC23032@elte.hu> <20090525112504.GB24071@wotan.suse.de> <84144f020905250437x585e66a2oc1124a4f1f43059d@mail.gmail.com> <20090525114127.GE24071@wotan.suse.de> <4A1AE5CC.1000209@cs.helsinki.fi> <20090526073813.GE21496@wotan.suse.de> <1243512400.11533.33.camel@penberg-laptop> <20090528121222.GK6920@wotan.suse.de> Date: Thu, 28 May 2009 15:24:26 +0300 Message-Id: <1243513466.11533.57.camel@penberg-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.24.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2009-05-28 at 14:12 +0200, Nick Piggin wrote: > Oh right, I didn't actually look. An initcall should be fine, but > I wonder why it is crashing if you move it before vfs_caches_init_early? > Those just allocate inode and dentry hash tables... That's because we pass HASH_EARLY to alloc_large_system_hash(). Should be easy enough to fix, though.