volume_id: abort early on read failures.
should help with probing missing fdd's
This commit is contained in:
@@ -80,8 +80,9 @@ struct ocfs2_super_block {
|
||||
uint8_t s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */
|
||||
} __attribute__((__packed__));
|
||||
|
||||
int volume_id_probe_ocfs2(struct volume_id *id, uint64_t off)
|
||||
int volume_id_probe_ocfs2(struct volume_id *id /*,uint64_t off*/)
|
||||
{
|
||||
#define off ((uint64_t)0)
|
||||
struct ocfs2_super_block *os;
|
||||
|
||||
dbg("probing at offset 0x%llx", (unsigned long long) off);
|
||||
|
||||
Reference in New Issue
Block a user