aboutsummaryrefslogtreecommitdiff
path: root/include/block
diff options
context:
space:
mode:
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>2022-01-31 07:56:15 -0500
committerHanna Reitz <hreitz@redhat.com>2022-02-01 13:28:53 +0100
commit751486c18555169ca4baf59440275d5831140822 (patch)
treece1cdef83fb341db682658082acd237604b7817f /include/block
parent95fc339c1b189b03ad051359ef9c7868833d3fd5 (diff)
downloadqemu-751486c18555169ca4baf59440275d5831140822.zip
qemu-751486c18555169ca4baf59440275d5831140822.tar.gz
qemu-751486c18555169ca4baf59440275d5831140822.tar.bz2
block.h: remove outdated comment
The comment "disk I/O throttling" doesn't make any sense at all any more. It was added in commit 0563e191516 to describe bdrv_io_limits_enable()/disable(), which were removed in commit 97148076, so the comment is just a forgotten leftover. Suggested-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com> Message-Id: <20220131125615.74612-1-eesposit@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Diffstat (limited to 'include/block')
-rw-r--r--include/block/block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/block/block.h b/include/block/block.h
index 9d40502..e1713ee 100644
--- a/include/block/block.h
+++ b/include/block/block.h
@@ -344,7 +344,6 @@ typedef unsigned int BdrvChildRole;
char *bdrv_perm_names(uint64_t perm);
uint64_t bdrv_qapi_perm_to_blk_perm(BlockPermission qapi_perm);
-/* disk I/O throttling */
void bdrv_init(void);
void bdrv_init_with_whitelist(void);
bool bdrv_uses_whitelist(void);