From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIUZa-0000Q6-ID for guix-patches@gnu.org; Wed, 07 Jun 2017 02:36:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIUZW-0004Tq-Kv for guix-patches@gnu.org; Wed, 07 Jun 2017 02:36:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57564) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dIUZW-0004Tj-Hs for guix-patches@gnu.org; Wed, 07 Jun 2017 02:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dIUZW-00074C-92 for guix-patches@gnu.org; Wed, 07 Jun 2017 02:36:02 -0400 Subject: bug#27265: [PATCH] file-systems: Use creation time if modification time is unset for ISO9660. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Wed, 7 Jun 2017 08:35:34 +0200 From: Danny Milosavljevic Message-ID: <20170607083534.0444685a@scratchpost.org> In-Reply-To: <87o9u066wp.fsf@gnu.org> References: <20170606085037.28353-1-dannym@scratchpost.org> <87o9u066wp.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27265-done@debbugs.gnu.org Hi Ludo, On Wed, 07 Jun 2017 01:19:34 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > LGTM. >=20 > I suppose this makes those UUIDs a bit more unique, right? Yes, and it also aligns with what util-linux libblkid is doing (the same; s= ee probe_iso9660 in util-linux-2.29.2/libblkid/src/superblocks/iso9660.c). Pushed as c6aee77e297ee9c96412825127a921dbd1d10e92 to master.