commit | c9105ffbe55d2a25dea9fab0595baace3a59bd51 | [log] [tgz] |
---|---|---|
author | Sergey Vlasov <vsu@altlinux.ru> | Tue Apr 10 12:00:38 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Apr 10 12:00:38 2007 -0400 |
tree | 1b2148b77f8485ac73f55722c67cbdda154e9032 | |
parent | 6b8be16e3ac9c5fc350ea25d864df7bb6e2f6f4c [diff] |
blkid: Report correct UUID from MD superblocks The second part of UUID was copied to a wrong place in the buffer. Now the UUID shown by blkid is the same as shown by /lib/udev/vol_id (at least with udev-108), but is not in the same form as used by mdadm (which prints UUID as 4 32-bit words and uses different endiannes). Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>