blkid: support via raid version 2

[kzak@redhat.com: patch from udev volume_id]

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Sven Jost 2009-01-29 16:35:54 +01:00 committed by Karel Zak
parent d72b80b290
commit 5297467316
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ static int probe_viaraid(blkid_probe pr, const struct blkid_idmag *mag)
return -1;
if (le16_to_cpu(v->signature) != VIA_SIGNATURE)
return -1;
if (v->version_number > 1)
if (v->version_number > 2)
return -1;
if (!via_checksum(v))
return -1;