Re: [PATCH] block.h: remove outdated comment

2022-02-01 Thread Kevin Wolf
Am 31.01.2022 um 13:56 hat Emanuele Giuseppe Esposito geschrieben: > 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 forg

Re: [PATCH] block.h: remove outdated comment

2022-02-01 Thread Hanna Reitz
On 31.01.22 13:56, Emanuele Giuseppe Esposito wrote: 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. Sug

Re: [PATCH] block.h: remove outdated comment

2022-01-31 Thread Philippe Mathieu-Daudé via
On 31/1/22 13:56, Emanuele Giuseppe Esposito wrote: 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. Sugg

[PATCH] block.h: remove outdated comment

2022-01-31 Thread Emanuele Giuseppe Esposito
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 Signed-off-by: Emanuele Giuseppe