commit | 99b7e7756780cec03fe5175db0f53b2fffa9426b | [log] [tgz] |
---|---|---|
author | Alberto Garcia <berto@igalia.com> | Fri Sep 25 16:41:44 2015 +0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Oct 02 13:48:29 2015 +0200 |
tree | 1ae09546da4f5e56feb4c111c0f8bc0255eb3399 | |
parent | bb3c801df7ed454b663312326bc29c8b9c2e4de6 [diff] |
block: disable I/O limits at the beginning of bdrv_close() Disabling I/O limits from a BDS also drains all pending throttled requests, so it should be done at the beginning of bdrv_close() with the rest of the bdrv_drain() calls before the BlockDriver is closed. Signed-off-by: Alberto Garcia <berto@igalia.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>