[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 12/13] 9p: drop unused declaration from coth.h
From: |
Michael Tokarev |
Subject: |
[Qemu-devel] [PULL 12/13] 9p: drop unused declaration from coth.h |
Date: |
Wed, 18 May 2016 15:06:07 +0300 |
From: Greg Kurz <address@hidden>
Commit "ebac1202c95a virtio-9p: use QEMU thread pool" dropped function
v9fs_init_worker_threads.
Signed-off-by: Greg Kurz <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
hw/9pfs/coth.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/9pfs/coth.h b/hw/9pfs/coth.h
index 209fc6a..a911cbb 100644
--- a/hw/9pfs/coth.h
+++ b/hw/9pfs/coth.h
@@ -47,7 +47,6 @@
} while (0)
extern void co_run_in_worker_bh(void *);
-extern int v9fs_init_worker_threads(void);
extern int v9fs_co_readlink(V9fsPDU *, V9fsPath *, V9fsString *);
extern int v9fs_co_readdir_r(V9fsPDU *, V9fsFidState *,
struct dirent *, struct dirent **result);
--
2.1.4
- [Qemu-devel] [PULL 00/13] Trivial patches for 2016-05-18, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 08/13] ipack: Update e-mail address, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 13/13] Fix some typos found by codespell, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 11/13] smbios: fix typo, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 04/13] vl: fix comment about when parsing cpu definitions, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 05/13] Fix typo in variable name (found and fixed by codespell), Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 06/13] qdict: fix unbounded stack warning for qdict_array_entries, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 10/13] accel: make configure_accelerator return void, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 12/13] 9p: drop unused declaration from coth.h,
Michael Tokarev <=
- [Qemu-devel] [PULL 03/13] loader: fix potential memory leak, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 02/13] remove comment for nonexistent structure member, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 01/13] s390: remove misleading comment, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 09/13] configure: Use uniform description for devel packages, Michael Tokarev, 2016/05/18
- [Qemu-devel] [PULL 07/13] util: fix comment typos, Michael Tokarev, 2016/05/18
- Re: [Qemu-devel] [PULL 00/13] Trivial patches for 2016-05-18, Peter Maydell, 2016/05/19