]> git.proxmox.com Git - mirror_qemu.git/commit - block.c
block: Make bdrv_attach/detach_aio_context() static
authorKevin Wolf <kwolf@redhat.com>
Mon, 6 May 2019 17:17:57 +0000 (19:17 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 20 May 2019 15:08:56 +0000 (17:08 +0200)
commita3a683c33d38fb29c7a78903e88dda12b84cc88d
tree906c3fce6e1b9ca813fb7847bb8093958fb610be
parent5d2318499fe980542fbc21d9ccbc127a6106017b
block: Make bdrv_attach/detach_aio_context() static

Since commit b97511c7bc8, there is no reason for block drivers any more
to call these functions (see the function comment in block_int.h). They
are now just internal helper functions for bdrv_set_aio_context()
and can be made static.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
include/block/block_int.h