commit | 79720af640f3d23b446df4284a8f5b98efbb709d | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Wed Mar 16 19:54:44 2016 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Mar 17 15:47:57 2016 +0100 |
tree | de20124f019f401f11a5b035f4574db6a527784d | |
parent | 26260580349e0369858f03f46ebaf9e31c2a780f [diff] |
block: Use bdrv_next() instead of bdrv_states There is no point in manually iterating through the bdrv_states list when there is bdrv_next(). Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>