From owner-freebsd-fs@FreeBSD.ORG Fri Nov 6 15:08:57 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EFB0106568F; Fri, 6 Nov 2009 15:08:57 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 75A778FC1A; Fri, 6 Nov 2009 15:08:56 +0000 (UTC) Received: by fxm27 with SMTP id 27so259620fxm.3 for ; Fri, 06 Nov 2009 07:08:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=RIQM3SXZgDP6srJWYEzoinN15v+wUFUZTrYO0/pI7SY=; b=iZrPQaLlZ3flohzj4TPpjvDrv0mdRe31nA5rVYIzRO31bM3z5DGXM9SpP0eiA8SneY RHGn1kYDWmqr7KGYMNG/57V/7MPvgSxpuzd1Tf0foe9KMu3FMul4aCAAy5PyUGszpONL wC30VfhpIMSjhC4PKyS0KucPHVvb2rKODro3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=VAXHCSZ5OHH4mCRHB3QQbkeDHna9CYaVWUXFncWlofCNqlN44t+8VztHEQlByOVxoH IW51Mel9eXskNmVpA62gLLxAaQfz5uQefmH9ekS7+1zpX6oJ9wjwKKZtqt8JmDQDBKu1 RS3GJfdlfPMTYTePaAQ/QYKuQdZRWTgVzcvUU= MIME-Version: 1.0 Sender: asmrookie@gmail.com Received: by 10.223.4.27 with SMTP id 27mr159617fap.48.1257520134645; Fri, 06 Nov 2009 07:08:54 -0800 (PST) Date: Fri, 6 Nov 2009 16:08:54 +0100 X-Google-Sender-Auth: c973b7991f827212 Message-ID: <3bbf2fe10911060708t50f5ead8t76329b379c56a5eb@mail.gmail.com> From: Attilio Rao To: freebsd-fs@freebsd.org, Ed Maste , Konstantin Belousov Content-Type: text/plain; charset=UTF-8 Cc: Subject: [PATCH] Transform vfs.root.mountfrom into a list of fs:device X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2009 15:08:57 -0000 This patch adds the possibility to specify multiple couplets of fs:device for the environ vfs.root.mountfrom (space separated) rather just one item: http://www.freebsd.org/~attilio/Sandvine/STABLE_8/vfsrootmountfrom/vfsrootmountfrom.diff The one going to boot is the first valid one. While there, this patch also fixes a nit into a comment. This patch has been contributed back by Sandvine Incorporated. Please review. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein