fix pattern for write test
commitbf77099a893b6945bf089d9a5aba7cccc2c7e89c
authorStefan Weil <weil@mail.berlios.de>
Tue, 14 Jul 2009 21:16:00 +0000 (14 23:16 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 14 Jul 2009 21:16:00 +0000 (14 23:16 +0200)
tree22e0b0da33da257543a2bf00f479d5a304cc61b3
parent791f8515b5cb6dea25228f75e0886e726e7ff2ee
fix pattern for write test

The write pattern value 0axb is invalid and evaluates to 0,
so the read check (which uses a correct value of 0xab) will fail.

This failure will only be detected with a separate patch for
qemu-io. Without it, qemu-io cannot interpret hex values
and always uses a pattern value of 0.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
002