md: uuid debug statement now in processor byte order.
authorKyungchan Koh <kkc6196@fb.com>
Wed, 24 May 2017 17:16:27 +0000 (10:16 -0700)
committerShaohua Li <shli@fb.com>
Wed, 24 May 2017 22:58:43 +0000 (15:58 -0700)
commit4179bc30b2fe85f827d93e0ae7ae8f49ad3afc02
treef923e92173ce784381b040e27d6bebffb4cda9ad
parent2dffdc0724004f38f5e39907747b53e4b0d80e59
md: uuid debug statement now in processor byte order.

Previously, the uuid debug statements were printed in little-endian
format, which wasn't consistent in machines that might not be in
little-endian byte order. With this change, the output will be
consistent for all machines with different byte-ordering.

Signed-off-by: Kyungchan Koh <kkc6196@fb.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/bitmap.c