From owner-svn-src-head@FreeBSD.ORG Fri Aug 29 00:25:18 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 883327F6; Fri, 29 Aug 2014 00:25:18 +0000 (UTC) Received: from mail-qa0-x22b.google.com (mail-qa0-x22b.google.com [IPv6:2607:f8b0:400d:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02E9A17EA; Fri, 29 Aug 2014 00:25:17 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id cm18so1473522qab.2 for ; Thu, 28 Aug 2014 17:25:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=sapc5pok147XJNhnF2IGBQtnkZxOphkXpCsawyP0vs0=; b=i562s6eCP3hzJUIi0jJOZVZmWvUCe/mdet5n1F2XyQf0izFX8yFwyp3UmVmPj0XSoo aVaVA0Z+XYDOeykhAqsQYHfXXje6/S5wF5fFNea++qaJuKcpoqFiYbPghJUYe8SbH/Ch y8BhtNbReZHwACS2ZxSCkt0SAG4A/RTntbMT2oTTkU34735TqPRBeCq4lYahExdXpWbl 2ZP0FiPcgQYwJg40wvhrwLwhMqAXxFGGf/aocfN4YRxwZzBtWXRBns8C4w+tK1oOoKMf wcUfEcQuTteonueiJJOIHYSGwMNEh4mPb0M2ZP0SOF7EeW1NUFy6PMnOmfnUevHMvJHY RZyQ== MIME-Version: 1.0 X-Received: by 10.140.19.201 with SMTP id 67mr11785014qgh.28.1409271917158; Thu, 28 Aug 2014 17:25:17 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Thu, 28 Aug 2014 17:25:17 -0700 (PDT) In-Reply-To: References: <201407261810.s6QIAIIj049439@svn.freebsd.org> <72B80282-6FA1-4481-8333-37EF3A58FB74@rice.edu> Date: Thu, 28 Aug 2014 17:25:17 -0700 X-Google-Sender-Auth: iMCDVJpfyMT1eJwJhn1DSM1kVlA Message-ID: Subject: Re: svn commit: r269134 - head/sys/vm From: Adrian Chadd To: hiren panchasara Content-Type: text/plain; charset=UTF-8 Cc: Alan Cox , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Alan Cox X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 00:25:18 -0000 Hm, ok, r269134 worked but r269799 didn't. I'll keep digging, thanks! -a