volume_id: abort early on read failures.
should help with probing missing fdd's
This commit is contained in:
@@ -43,8 +43,9 @@ struct ext2_super_block {
|
||||
#define EXT3_FEATURE_INCOMPAT_JOURNAL_DEV 0x00000008
|
||||
#define EXT_SUPERBLOCK_OFFSET 0x400
|
||||
|
||||
int volume_id_probe_ext(struct volume_id *id, uint64_t off)
|
||||
int volume_id_probe_ext(struct volume_id *id /*,uint64_t off*/)
|
||||
{
|
||||
#define off ((uint64_t)0)
|
||||
struct ext2_super_block *es;
|
||||
|
||||
dbg("ext: probing at offset 0x%llx", (unsigned long long) off);
|
||||
|
||||
Reference in New Issue
Block a user