From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755962AbYGFGtT (ORCPT ); Sun, 6 Jul 2008 02:49:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751544AbYGFGtI (ORCPT ); Sun, 6 Jul 2008 02:49:08 -0400 Received: from science.horizon.com ([192.35.100.1]:17248 "HELO science.horizon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751436AbYGFGtH (ORCPT ); Sun, 6 Jul 2008 02:49:07 -0400 Message-ID: <20080706064904.10507.qmail@science.horizon.com> From: "George Spelvin" Date: Sun, 06 Jul 2008 02:49:04 -0400 To: linux@horizon.com, dan.j.williams@intel.com Cc: linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: 2.6.26-rc8 deadlock: RAID code? References: <20080704125551.24267.qmail@science.horizon.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "Dan Williams" wrote: > Are you running with CONFIG_NUMA=n? If so, you may be seeing the > effects of kswapd not running. See the patch at: > > http://marc.info/?l=linux-mm&m=121510360428340&w=2 Indeed I am. My apologies for not including the kernel config. That's in -rc9, so I've rebased to that and we'll see what happens. Thank you so much!