Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755378AbXFLDJr (ORCPT ); Mon, 11 Jun 2007 23:09:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755149AbXFLDJY (ORCPT ); Mon, 11 Jun 2007 23:09:24 -0400 Received: from smtp.ustc.edu.cn ([202.38.64.16]:41366 "HELO ustc.edu.cn" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1751983AbXFLDJU (ORCPT ); Mon, 11 Jun 2007 23:09:20 -0400 Message-ID: <381617742.09716@ustc.edu.cn> X-EYOUMAIL-SMTPAUTH: wfg@mail.ustc.edu.cn Message-Id: <20070612030450.590659600@mail.ustc.edu.cn> User-Agent: quilt/0.45-1 Date: Tue, 12 Jun 2007 11:00:32 +0800 From: Fengguang Wu To: Andrew Morton Cc: Jens Axboe , linux-kernel@vger.kernel.org Subject: [PATCH 0/2] readahead update on splice reads Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 626 Lines: 23 Andrew, The two patches optimizes readahead invocations in splice reads: readahead: move synchronous readahead call out of splice loop readahead: pass real splice size They can be appended to readahead-convert-splice-invocations.patch in -mm tree. diffstat: fs/splice.c | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) Regards, Fengguang -- - 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/