|
| From: | Alberto Garcia |
| Subject: | Re: [Qemu-devel] [PATCH v2 05/13] block: Move throttling fields from BDS to BB |
| Date: | Tue, 10 May 2016 14:36:45 +0200 |
| User-agent: | Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu) |
On Fri 22 Apr 2016 07:42:34 PM CEST, Kevin Wolf wrote:
> typedef struct BlockBackendPublic {
> - /* I/O throttling */
> + /* I/O throttling.
> + * throttle_state tells us if this BDS has I/O limits configured.
> + * io_limits_disabled tells us if they are currently being enforced */
I overlooked this earlier... this is now in BlockBackend but the comment
still refers to a BDS. There's also a couple more cases of this in
throttle-groups.c.
Berto
| [Prev in Thread] | Current Thread | [Next in Thread] |