chiark / gitweb /
volume_id: really fix endianess bug in linux_raid detection
authorKay Sievers <kay.sievers@vrfy.org>
Sat, 3 Feb 2007 00:12:34 +0000 (01:12 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Sat, 3 Feb 2007 00:12:34 +0000 (01:12 +0100)
commitac77e95948edc199cdd690de38f08e4d1e615840
tree640db7d14b7ee0745cf9abc7f01ba93625ccf473
parent273bebdba66cd5543dc1b076447e3275c81c221c
volume_id: really fix endianess bug in linux_raid detection

Seems we find the md signature in cpu-order on the disk. Let's
look for both endian encodings ...

Thanks to Michael Prokop for his help finding the bug.
extras/volume_id/lib/Makefile
extras/volume_id/lib/linux_raid.c