volume_id: abort early on read failures.
should help with probing missing fdd's
This commit is contained in:
@@ -80,8 +80,9 @@ struct BUG_bad_size_luks_phdr {
|
||||
1 : -1];
|
||||
};
|
||||
|
||||
int volume_id_probe_luks(struct volume_id *id, uint64_t off)
|
||||
int volume_id_probe_luks(struct volume_id *id /*,uint64_t off*/)
|
||||
{
|
||||
#define off ((uint64_t)0)
|
||||
struct luks_phdr *header;
|
||||
|
||||
header = volume_id_get_buffer(id, off, sizeof(*header));
|
||||
|
||||
Reference in New Issue
Block a user