Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762798AbYF3Rni (ORCPT ); Mon, 30 Jun 2008 13:43:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762159AbYF3Rn2 (ORCPT ); Mon, 30 Jun 2008 13:43:28 -0400 Received: from tetsuo.zabbo.net ([207.173.201.20]:39194 "EHLO tetsuo.zabbo.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbYF3Rn1 (ORCPT ); Mon, 30 Jun 2008 13:43:27 -0400 Message-ID: <48691B3E.5040402@oracle.com> Date: Mon, 30 Jun 2008 10:43:26 -0700 From: Zach Brown User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Nikanth Karthikesan CC: linux-aio@kvack.org, linux-kernel@vger.kernel.org, Benjamin LaHaise , Jeff Moyer Subject: Re: [PATCH] aio: aio_complete() will never be called in interrupt context References: <200806260930.59836.knikanth@suse.de> In-Reply-To: <200806260930.59836.knikanth@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 517 Lines: 13 Nikanth Karthikesan wrote: > aio_complete() is never called from interrupt context. It is called from user > context or worker threads. Remove disabling interrupts and for kmap_atomic use > KM_USER slots instead of KM_IRQ slots. How are you testing these patches? - z -- 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/