From owner-freebsd-arch@FreeBSD.ORG Thu Nov 10 15:01:17 2011 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 525EA1065676; Thu, 10 Nov 2011 15:01:17 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id DDDBC8FC14; Thu, 10 Nov 2011 15:01:16 +0000 (UTC) Received: by vws11 with SMTP id 11so3611707vws.13 for ; Thu, 10 Nov 2011 07:01:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=gr7i29FG8a7Il0ccpbq+t4wRb2wcu6MhTrz/5cNcBTI=; b=KyrdPFZYykrEqOmzv/67FdCZL715Ov3DWoULn2QLjtsilFggfPiQhgxMDQ8C1sEOIf jDGyEbAS7Nhz5Oenns7NGBGHwAeivupOwT6m81u+5HKmCVG1e2DeKS+5jYxA2bsHS2xH f2EnDs7DRbEPslddldWAiHBJ19RNbx7S2fUjk= MIME-Version: 1.0 Received: by 10.52.95.164 with SMTP id dl4mr13510405vdb.72.1320937276199; Thu, 10 Nov 2011 07:01:16 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.29.198 with HTTP; Thu, 10 Nov 2011 07:01:16 -0800 (PST) In-Reply-To: <20111110012542.GA6110@elvis.mu.org> References: <201110281426.00013.jhb@freebsd.org> <4EB2C9DD.9090606@FreeBSD.org> <20111104160319.GD6110@elvis.mu.org> <201111080800.32717.jhb@freebsd.org> <4EBB104F.5010000@cran.org.uk> <20111110012542.GA6110@elvis.mu.org> Date: Thu, 10 Nov 2011 07:01:16 -0800 X-Google-Sender-Auth: PbuTcpistVVdOhWSfRsj5yLedko Message-ID: From: Adrian Chadd To: Alfred Perlstein Content-Type: text/plain; charset=ISO-8859-1 Cc: Bruce Cran , Ed Schouten , Paul Saab , Jilles Tjoelker , arch@freebsd.org, freebsd-arch@freebsd.org Subject: Re: [PATCH] fadvise(2) system call X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2011 15:01:17 -0000 .. the minute you start talking about LRU modifications, secondary LRU, etc, you may as well implement ARC. :) adrian