提交 a1bf8b74 编写于 作者: G Greg Kurz

9pfs: add missing coroutine_fn annotations

Signed-off-by: NGreg Kurz <groug@kaod.org>
上级 a9e40460
......@@ -1571,7 +1571,7 @@ out_nofid:
v9fs_string_free(&name);
}
static void v9fs_fsync(void *opaque)
static void coroutine_fn v9fs_fsync(void *opaque)
{
int err;
int32_t fid;
......@@ -2337,7 +2337,7 @@ out_nofid:
v9fs_string_free(&symname);
}
static void v9fs_flush(void *opaque)
static void coroutine_fn v9fs_flush(void *opaque)
{
ssize_t err;
int16_t tag;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册