From owner-svn-src-all@FreeBSD.ORG Tue Jul 22 17:59:35 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DEE213F; Tue, 22 Jul 2014 17:59:35 +0000 (UTC) Received: from mail-qa0-x22a.google.com (mail-qa0-x22a.google.com [IPv6:2607:f8b0:400d:c00::22a]) (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 DFEE421E6; Tue, 22 Jul 2014 17:59:34 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id j15so11221qaq.15 for ; Tue, 22 Jul 2014 10:59:34 -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=oZzNmkLmuahjCN7FMH6bY8vGrZFMpad3W+c5HgF/Xz0=; b=QxBk9BxShDjhrzDen4PNKOKwQWr5JV49U/BnOFmTZwJt2MTnZMVj1IvKUgqHduTige zxXA59e/5cL+RrROe/5daIYDIHSUVqF6TNoiz52lxXubcBYfNdnzxDjk7Q30XOS+KQzH 5NqBVHrmjHVZM6EDD13lnaponIZsXzX5W67nXv+cEEp62/AnWAERWm0BLw/Z9DkSlIxz /z4NPzhyLhWy7VQsziL9XNVCRCpp0djjfpQ6zKaCdoPOkyitbfO/+rZS0HuEBElrZQz3 N47bh1bHopLZwzqIx8u7qLU9g/UABM61dhuUTEmCndQAgA02XjU1rRHYZi1MuA4GQFPN 2o+Q== MIME-Version: 1.0 X-Received: by 10.224.171.197 with SMTP id i5mr59779119qaz.55.1406051974077; Tue, 22 Jul 2014 10:59:34 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.1.6 with HTTP; Tue, 22 Jul 2014 10:59:34 -0700 (PDT) In-Reply-To: References: <201407221730.s6MHU6Ej099771@svn.freebsd.org> Date: Tue, 22 Jul 2014 10:59:34 -0700 X-Google-Sender-Auth: ivOo4cmZbcf3Z872D8k4KgEwsxQ Message-ID: Subject: Re: svn commit: r268986 - head/sys/geom/uzip From: Adrian Chadd To: Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Marcel Moolenaar , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 17:59:35 -0000 On 22 July 2014 10:47, Marcel Moolenaar wrote: > > On Jul 22, 2014, at 10:46 AM, Adrian Chadd wrote: > >> Wait, which consumers failed that test? > > geom_vfs I presume, because the file corruption is seen with UFS. Interesting. I wonder if this is about time we bit the bullet and compiled up GEOM modules in userland so we can run regression tests on things. -a