From owner-cvs-src-old@FreeBSD.ORG Thu Sep 23 10:58:33 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E0B310656CA for ; Thu, 23 Sep 2010 10:58:33 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 42C3D8FC1C for ; Thu, 23 Sep 2010 10:58:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8NAwXrw081705 for ; Thu, 23 Sep 2010 10:58:33 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8NAwXPA081704 for cvs-src-old@freebsd.org; Thu, 23 Sep 2010 10:58:33 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201009231058.o8NAwXPA081704@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Thu, 23 Sep 2010 10:58:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/eli geom_eli.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 10:58:33 -0000 pjd 2010-09-23 10:58:13 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: SVN rev 213058 on 2010-09-23 10:58:13Z by pjd Because we first write metadata into new place and then trash old place we don't want situation where old size is equal to new size, as we will trash newly written metadata. MFC after: 1 week Revision Changes Path 1.32 +4 -0 src/sbin/geom/class/eli/geom_eli.c