OSDN Git Service

tests/9p: merge v9fs_tsymlink() and do_symlink()
authorChristian Schoenebeck <qemu_oss@crudebyte.com>
Tue, 4 Oct 2022 20:54:11 +0000 (22:54 +0200)
committerChristian Schoenebeck <qemu_oss@crudebyte.com>
Mon, 24 Oct 2022 10:24:32 +0000 (12:24 +0200)
commit9beabfa52cb17fad0e8211031f301f12281d65f8
treecf4fb3858dc84b3bf7ee937fff4c06e1d6189bc5
parentbd4660d49ac64886fb27649138e52d81be161fee
tests/9p: merge v9fs_tsymlink() and do_symlink()

As with previous patches, unify those 2 functions into a single function
v9fs_tsymlink() by using a declarative function arguments approach.

Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Message-Id: <563f3ad04fe596ce0ae1e2654d1d08237f18c830.1664917004.git.qemu_oss@crudebyte.com>
tests/qtest/libqos/virtio-9p-client.c
tests/qtest/libqos/virtio-9p-client.h
tests/qtest/virtio-9p-test.c