[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#27265: [PATCH] file-systems: Use creation time if modification time
From: |
Danny Milosavljevic |
Subject: |
bug#27265: [PATCH] file-systems: Use creation time if modification time is unset for ISO9660. |
Date: |
Wed, 7 Jun 2017 08:35:34 +0200 |
Hi Ludo,
On Wed, 07 Jun 2017 01:19:34 +0200
address@hidden (Ludovic Courtès) wrote:
> LGTM.
>
> 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; see
probe_iso9660 in util-linux-2.29.2/libblkid/src/superblocks/iso9660.c).
Pushed as c6aee77e297ee9c96412825127a921dbd1d10e92 to master.