chiark / gitweb /
libvolume_id: fat - check for signature at end of sector
[elogind.git] / extras / volume_id / lib / volume_id.c
index 472ea246112117a4fd3ebcf70b548ad4fcb5abca..50eb72dbd5da6995136ca084684a4401df00cb26 100644 (file)
@@ -99,7 +99,6 @@ int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size
        if (volume_id_probe_luks(id, off) == 0)
                goto found;
 
-       /* signature in the first block, only small buffer needed */
        if (volume_id_probe_vfat(id, off) == 0)
                goto found;