From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161179AbXCAXoS (ORCPT ); Thu, 1 Mar 2007 18:44:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161180AbXCAXoS (ORCPT ); Thu, 1 Mar 2007 18:44:18 -0500 Received: from nz-out-0506.google.com ([64.233.162.235]:51803 "EHLO nz-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161179AbXCAXoR (ORCPT ); Thu, 1 Mar 2007 18:44:17 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pnSr5D/CyJgAOMEmGZ7bt7nrHPuZyIN3Eqk5vxYrZ5R5SshW7q9wraKvxRBMgoKZIwEq5mM1yt/dLo1ZAkvCnlk8iiwJm2nIwsryofb2hrDnPBL29kKm0nGsjZz4fjF5B49iHsuivuDphbCzuit8T8pMj0bX+h9AuFd28Rgyeu0= Message-ID: Date: Fri, 2 Mar 2007 07:44:15 +0800 From: "Antonino Daplas" To: linux-fbdev-devel@lists.sourceforge.net, "Paul Mundt" , "Jaya Kumar" , linux-mm@kvack.org, linux-kernel@vger.kernel.org, "Andrew Morton" Subject: Re: [Linux-fbdev-devel] [PATCH/RFC 2.6.20 1/2] fbdev, mm: Deferred IO support In-Reply-To: <20070301140131.GA6603@linux-sh.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070225051312.17454.80741.sendpatchset@localhost> <20070301140131.GA6603@linux-sh.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 3/1/07, Paul Mundt wrote: > On Sun, Feb 25, 2007 at 06:13:12AM +0100, Jaya Kumar wrote: > > This patch implements deferred IO support in fbdev. Deferred IO is a way to > > delay and repurpose IO. This implementation is done using mm's page_mkwrite > > and page_mkclean hooks in order to detect, delay and then rewrite IO. This > > functionality is used by hecubafb. > > > Any updates on this? If there are no other concerns, it would be nice to > at least get this in to -mm for testing if nothing else. The driver is already in the -mm tree. > > Jaya, can you roll the fsync() patch in to your defio patch? There's not > much point in keeping them separate. The fsync() patch was not included by Jaya, I believe. Tony