From owner-svn-src-head@FreeBSD.ORG Sat Sep 12 20:07:13 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7BF1106566C; Sat, 12 Sep 2009 20:07:13 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 6CF2D8FC1A; Sat, 12 Sep 2009 20:07:13 +0000 (UTC) Received: from c83-253-248-99.bredband.comhem.se ([83.253.248.99]:50237 helo=mx.exscape.org) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1MmYro-0002br-4b; Sat, 12 Sep 2009 22:06:42 +0200 Received: from [192.168.1.5] (macbookpro [192.168.1.5]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.exscape.org (Postfix) with ESMTPSA id 8C58C141804; Sat, 12 Sep 2009 22:06:39 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Thomas Backman In-Reply-To: <200909121953.n8CJrVpx095913@svn.freebsd.org> Date: Sat, 12 Sep 2009 22:06:36 +0200 Content-Transfer-Encoding: 7bit Message-Id: <59E0D0F4-1147-417E-975A-816CDFE24932@exscape.org> References: <200909121953.n8CJrVpx095913@svn.freebsd.org> To: Pawel Jakub Dawidek X-Mailer: Apple Mail (2.1076) X-Originating-IP: 83.253.248.99 X-Scan-Result: No virus found in message 1MmYro-0002br-4b. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MmYro-0002br-4b 1632af39089d5bbcaba5d35d421384fd Cc: svn-src-head@freebsd.org Subject: Re: svn commit: r197133 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 12 Sep 2009 20:07:13 -0000 On Sep 12, 2009, at 9:53 PM, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Sat Sep 12 19:53:31 2009 > New Revision: 197133 > URL: http://svn.freebsd.org/changeset/base/197133 > > MFC after: 1 week Will there be a mass-MFC of some sort soon? A lot of new ZFS patches have passed their "MFC after" date without any MFC. (OK, I've only checked on one, but it's 5 days overdue and I know that there have been 3-day-to-MFC patches in the queue longer than that too.) This is my first time on -STABLE, so I'm not quite sure how things work around there, but I'd like to help test the stuff before the RC time comes or even -RELEASE is cut out with bugs left. :) Regards, Thomas