Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751459Ab2FXEVE (ORCPT ); Sun, 24 Jun 2012 00:21:04 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:34870 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750776Ab2FXEVB (ORCPT ); Sun, 24 Jun 2012 00:21:01 -0400 MIME-Version: 1.0 In-Reply-To: <20120623115106.GA2742@umich.edu> References: <1340448446-10198-1-git-send-email-linkinjeon@gmail.com> <20120623115106.GA2742@umich.edu> Date: Sun, 24 Jun 2012 13:20:59 +0900 Message-ID: Subject: Re: [RFC PATCH] nfs: Support posix_fadvise(POSIX_FADV_RANDOM) on nfs server. From: Namjae Jeon To: Jim Rees Cc: bfields@fieldses.org, Trond.Myklebust@netapp.com, akpm@linux-foundation.org, bharrosh@panasas.com, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org, Namjae Jeon , Vivek Trivedi , Amit Sahrawat Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 845 Lines: 22 2012/6/23, Jim Rees : > Namjae Jeon wrote: > > From: Namjae Jeon > > This patch disable readahead for a file on NFS Server when > posix_fadvise(fd..., POSIX_FADV_RANDOM) is called on NFS > Client. > > It looks like you're adding an argument to the read op. Wouldn't that be > an > incompatible change? In which case wouldn't it be better to propose this > for inclusion in NFS 4.2? In fact didn't Dean propose this? What ever > happened with that? Dean ? I don't know specific history. Would you give me the information about Dean's proposal ? > -- 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/