]> Zhao Yanbai Git Server - minix.git/commit
blocktest: add support for no alignment
authorDavid van Moolenbroek <david@minix3.org>
Thu, 1 Aug 2013 16:20:33 +0000 (18:20 +0200)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:04:44 +0000 (09:04 +0100)
commitb0ea2920e66a05437fb557977b48033a0977a982
treead9a1dd6428c63298a37ddf637911746b9d5870b
parentde27460e2ee5a892dac4f740fba98136878f3db3
blocktest: add support for no alignment

Some block drivers do not impose any alignment requirements, and this
patch allows such block drivers to pass the test set. As a side effect,
minimal support for min_write is added, but this part of blocktest is
in need of further improvement.

Change-Id: I9ea81433a6fe1177742020e6a584f876043d7e9a
test/blocktest/blocktest.c
test/blocktest/test.sh