]> Zhao Yanbai Git Server - minix.git/commit
test72: fix mock bdev functions 43/2743/3
authorDavid van Moolenbroek <david@minix3.org>
Sun, 24 Aug 2014 09:37:42 +0000 (09:37 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 18 Sep 2014 12:46:24 +0000 (12:46 +0000)
commit35118b0a917c85050a3ddab0f8159eab4f510fd7
treef891fcfca126ebdfc52a03bf0fb3064654dd7575
parentf018897664b5dc7cf69fab4c8c22d2b39451e999
test72: fix mock bdev functions

The minixfs library only ever submits vector elements (and reads) of
the system page size. The test implementation was expecting vector
elements (and reads) of the file system block size. The resulting
mismatch caused I/O to fail in various ways, even though this did not
have an effect on the actual test.

Change-Id: I02f4a3efcd4a32916435d82c7d5798e6b78f0a27
minix/tests/test72.c