commit | b1066c875597649be1d1d6db4712bc504b4c4c81 | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Mon Nov 09 18:16:48 2015 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Nov 12 16:22:42 2015 +0100 |
tree | 6e2584fcc98c557e657c4768e622b03f59cf2c83 | |
parent | cdb5e3155eb323380c59f19fe88e28fedd85d3d8 [diff] |
block: Track discard requests Both bdrv_discard and bdrv_aio_discard will call into bdrv_co_discard, so add tracked_request_begin/end calls around the loop. Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Message-id: 1447064214-29930-4-git-send-email-famz@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>