Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 31 Mar 2003 14:05:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 31 Mar 2003 14:05:09 -0500 Received: from to-telus.redhat.com ([207.219.125.105]:22781 "EHLO touchme.toronto.redhat.com") by vger.kernel.org with ESMTP id ; Mon, 31 Mar 2003 14:05:07 -0500 Date: Mon, 31 Mar 2003 14:16:29 -0500 From: Benjamin LaHaise To: William Lee Irwin III , Janet Morgan , akpm@digeo.com, suparna@in.ibm.com, linux-aio@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [Patch 2/2] Retry based aio read - filesystem read changes Message-ID: <20030331141629.I20730@redhat.com> References: <20030305144754.A1600@in.ibm.com> <20030305150026.B1627@in.ibm.com> <20030305024254.7f154afc.akpm@digeo.com> <20030305174452.A1882@in.ibm.com> <3E8889B4.FB716506@us.ibm.com> <20030331191123.GB13178@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030331191123.GB13178@holomorphy.com>; from wli@holomorphy.com on Mon, Mar 31, 2003 at 11:11:23AM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 834 Lines: 19 On Mon, Mar 31, 2003 at 11:11:23AM -0800, William Lee Irwin III wrote: > Can you tell whether these are due to hash collisions or contention on > the same page? No, they're most likely waiting for io to complete. To clean this up I've got a patch to move from aio_read/write with all the parameters to a single parameter based rw-specific iocb. That makes the retry for read and write more ameniable to sharing common logic akin to the wtd_ ops, which we need at the very least for the semaphore operations. -ben -- Junk email? aart@kvack.org - 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/