tests/9pfs: simplify do_mkdir()
commit20018805224c69c78ac25d6b361eded8c8095c75
authorChristian Schoenebeck <qemu_oss@crudebyte.com>
Wed, 21 Oct 2020 12:06:53 +0000 (21 14:06 +0200)
committerChristian Schoenebeck <qemu_oss@crudebyte.com>
Sun, 1 Nov 2020 18:44:29 +0000 (1 19:44 +0100)
tree9ef694569aaac9a399082f3bcd1c387115ca3672
parentc1934f630c131ec487d21949c9b53e1e3f2b8bcb
tests/9pfs: simplify do_mkdir()

Split out walking a directory path to a separate new utility function
do_walk() and use that function in do_mkdir().

The code difference saved this way is not much, but we'll use that new
do_walk() function in the upcoming patches, so it will avoid quite
some code duplication after all.

Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Message-Id: <4d7275b2363f122438a443ce079cbb355285e9d6.1603285620.git.qemu_oss@crudebyte.com>
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
tests/qtest/virtio-9p-test.c