From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VWAp3-0003Ws-Mc for mharc-grub-devel@gnu.org; Tue, 15 Oct 2013 16:02:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWAox-0003VQ-Gq for grub-devel@gnu.org; Tue, 15 Oct 2013 16:02:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWAos-00054o-Ps for grub-devel@gnu.org; Tue, 15 Oct 2013 16:02:23 -0400 Received: from mail-ee0-x22d.google.com ([2a00:1450:4013:c00::22d]:34342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWAos-00054X-JM for grub-devel@gnu.org; Tue, 15 Oct 2013 16:02:18 -0400 Received: by mail-ee0-f45.google.com with SMTP id c50so4249421eek.18 for ; Tue, 15 Oct 2013 13:02:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=OAIA7qQQRgGcI/oZkbm5poLgldOlAKKDZ+Lk4seOFFM=; b=RJWp+Bwa3ptCP59P5TztY+ucbukPzeIGGy/xAfoEPgF3BXohVEBM7NXPbvsYs742bN Fp7CErha9s6meJocYj5keuAhXoawPRQQgRnh/KuuZE0i/ySiUnWGExQUb9sTVpnUELsT 8BApJHxCBu4J52KtJUvDqy3Tajs4yXflfom1PVoIqGCaxdtHE2+ApD5N69HNaNc0gfvo AO+CCRfz9NYjEW85OL1eXwd4i8PhXwBwTiCmhFa3PmM2UEwh/mIrzDs0r6iaH81Z9oRu zwwLiKS1BMWfO9Dlgs71wvNwKT5KXJ5KyT9WD6RBL/aHSMhlh6kevI5UOEC20eGKGCM5 Dndw== X-Received: by 10.14.172.133 with SMTP id t5mr3228115eel.35.1381867337628; Tue, 15 Oct 2013 13:02:17 -0700 (PDT) Received: from [192.168.1.113] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id z12sm170425827eev.6.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Oct 2013 13:02:15 -0700 (PDT) Message-ID: <525D9F46.70703@gmail.com> Date: Tue, 15 Oct 2013 22:02:14 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: booting btrfs References: <0C284942-C2D0-4520-93B1-3982E6AA38DF@colorremedies.com> <525AF8CD.7050100@gmail.com> <525B2D55.8060502@gmail.com> <339EF7EB-F50A-47F6-99BA-F46ABFECCF74@colorremedies.com> <20131014092807.6917958c@opensuse.site> <3D77CF50-285F-42C2-9325-47AC5ACF5FDC@colorremedies.com> <525C4615.5080803@gmail.com> <04468BB2-5F2D-47BA-8CFC-7C5604FBE315@colorremedies.com> <525C5902.3050104@gmail.com> <20131015063327.4f44ced2@opensuse.site> <20131015205844.661393b1@opensuse.site> <5DE05F7F-50B6-4726-9341-B8532A10FD56@colorremedies.com> In-Reply-To: <5DE05F7F-50B6-4726-9341-B8532A10FD56@colorremedies.com> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2COEIXRWTQQOXBENBIUBQ" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22d X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 20:02:28 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2COEIXRWTQQOXBENBIUBQ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 15.10.2013 21:47, Chris Murphy wrote: >=20 > On Oct 15, 2013, at 10:58 AM, Andrey Borzenkov wr= ote: >=20 >> >> I do not know whether it was the case in the past, but today there is >> *no* difference between using absolute or relative form. >=20 > There is a difference because I have a case where one works and the oth= er doesn't. But I think some regression has occurred, because this case i= s a subvol that won't mount relative to its top level subvolume set as th= e default subvolume; it can still be mounted with absolute path. >=20 > http://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg27979.html >=20 This is about kernel. Not GRUB. GRUB doesn't follow over-fancy features like those. > The FAQ and changelogs still indicate a distinction between full path n= ames and relative ones. But it might be related to a different regression= where I can't move subvols into subvols. >=20 >=20 >> I'm not sure when and how top level may become !=3D 5. >=20 > starting where you left off with the sub2 subvolume mounted >=20 > # btrfs subvol create /mnt/nested > # btrfs subvol list /mnt > ID 262 gen 135 top level 5 path dir1/sub1 > ID 263 gen 140 top level 5 path dir2/sub2 > ID 264 gen 140 top level 263 path nested >=20 >=20 > Chris Murphy >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >=20 ------enig2COEIXRWTQQOXBENBIUBQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlJdn0YACgkQNak7dOguQgmDagD8CLnjEDUz1vZn+/zGJljo7vF0 so2XioIAxTooTQT+GJwA/0cCYbV+uDRLO64v+Ny98IgXfIn2BliSd/Txgag8XI59 =XmT8 -----END PGP SIGNATURE----- ------enig2COEIXRWTQQOXBENBIUBQ--