]> Zhao Yanbai Git Server - minix.git/commit
test72: fix premature block size update 42/2742/3
authorDavid van Moolenbroek <david@minix3.org>
Sun, 24 Aug 2014 09:37:10 +0000 (09:37 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 18 Sep 2014 12:46:23 +0000 (12:46 +0000)
commitf018897664b5dc7cf69fab4c8c22d2b39451e999
treedbc9b2a6c2a510f3513f035078861c3f25a0b7d4
parent89c9de7d091f384bd4337bd6775fb15c93b8e8c6
test72: fix premature block size update

Updating the current block size before flushing the cache, which still
contained blocks with the old block size, resulted in triggering an
assert on position alignment.

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