diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-05-13 18:38:03 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-05-13 18:38:03 +0200 |
commit | 2bac6c64aa7808cafd7706d56887a97ba9f7817d (patch) | |
tree | 5089e10353a1ccdce03a8ae7f3ab6dd309d6b857 /extras/volume_id/lib/volume_id.c | |
parent | acc8322f1f8c081d36b3b1fd85903fb9ac68f0bb (diff) |
libvolume_id: fat - check for signature at end of sector
Diffstat (limited to 'extras/volume_id/lib/volume_id.c')
-rw-r--r-- | extras/volume_id/lib/volume_id.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/volume_id/lib/volume_id.c b/extras/volume_id/lib/volume_id.c index 472ea24611..50eb72dbd5 100644 --- a/extras/volume_id/lib/volume_id.c +++ b/extras/volume_id/lib/volume_id.c @@ -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; |