tests/9pfs: Turn fs_readdir_split() into a helper
commit1d98613d7cd488528bc08260185c03ee078c1347
authorGreg Kurz <groug@kaod.org>
Tue, 20 Oct 2020 16:09:20 +0000 (20 18:09 +0200)
committerChristian Schoenebeck <qemu_oss@crudebyte.com>
Sun, 1 Nov 2020 18:44:29 +0000 (1 19:44 +0100)
treee87271374f0977f0a7d880fa01bfaca528d2a570
parent3fe4baf47be2633022ed4af71466aca6ddfc3f19
tests/9pfs: Turn fs_readdir_split() into a helper

fs_readdir_split() isn't a top level test function and thus shouldn't
take the "void *obj, void *data, QGuestAllocator *t_alloc" arguments.
Turn it into a helper to be used by test functions.

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <160321016084.266767.9501523425012383531.stgit@bahia.lan>
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
tests/qtest/virtio-9p-test.c