Files
apfstests/164.out
T
Jeff Moyer 5483e761dc 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>
2011-02-16 11:39:53 +01:00

36 lines
741 B
Plaintext

QA output created by 164
wrote 53248/53248 bytes at offset 0
52 KiB, 1 ops
read 102400/204800 bytes at offset 0
100 KiB, 1 ops
boundary_minus1 = 102399
wrote 53248/53248 bytes at offset 0
52 KiB, 1 ops
read 102399/204800 bytes at offset 0
100 KiB, 1 ops
boundary_plus1 = 102401
wrote 53248/53248 bytes at offset 0
52 KiB, 1 ops
read 102401/204800 bytes at offset 0
100 KiB, 1 ops
wrote 53248/53248 bytes at offset 0
52 KiB, 1 ops
read 102400/204800 bytes at offset 0
100 KiB, 1 ops
boundary_minus1 = 102399
wrote 53248/53248 bytes at offset 0
52 KiB, 1 ops
read 102399/204800 bytes at offset 0
100 KiB, 1 ops
boundary_plus1 = 102401
wrote 53248/53248 bytes at offset 0
52 KiB, 1 ops
read 102401/204800 bytes at offset 0
100 KiB, 1 ops