9pfs: add missing coroutine_fn annotations

Signed-off-by: Greg Kurz <groug@kaod.org>
This commit is contained in:
Greg Kurz 2016-11-25 12:54:21 +01:00
parent a9e404600a
commit a1bf8b7414
1 changed files with 2 additions and 2 deletions

View File

@ -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;