164: write a multiple of 4k instead of 512
authorJeff Moyer <jmoyer@redhat.com>
Mon, 14 Feb 2011 16:58:00 +0000 (11:58 -0500)
committerChristoph Hellwig <hch@lst.de>
Wed, 16 Feb 2011 10:39:53 +0000 (11:39 +0100)
commit5483e761dc98886d0a59561dec7d1a610461c699
treebd20240b6bc760608c2d8a4b5b5fa4ca97612670
parent3e4fb26f0c0f396b2e6b38b257e21b9f6999ac63
164: write a multiple of 4k instead of 512

When running test 164 against a 4k sector device, the initial file write
of 50K fails with EINVAL, since it isn't a multiple of the device sector
size.  I fixed this by bumping the amount written to 52K.

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
164
164.out