Luiz Capitulino <lcapitul...@redhat.com> writes: > On Wed, 07 May 2014 08:08:30 +0200 > Markus Armbruster <arm...@redhat.com> wrote: > >> Eric Blake <ebl...@redhat.com> writes: >> >> > On 05/02/2014 05:26 AM, Markus Armbruster wrote: >> >> Using error_is_set(errp) that way can sweep programming errors under >> >> the carpet when we get called incorrectly with an error set. >> >> >> >> encrypted_bdrv_it() does it, because there's no way to make >> >> bdrv_iterate() break its loop. Actually safe, because qmp_cont() >> >> clears the error before the loop. Clean it up anyway: replace >> >> bdrv_iterate() by bdrv_next(), break the loop on error. >> >> >> >> Replace both occurences, for consistency. >> > >> > s/occurences/occurrences/ >> > >> >> >> >> Signed-off-by: Markus Armbruster <arm...@redhat.com> >> >> Reviewed-by: Eric Blake <ebl...@redhat.com> >> > >> > Fixing up the commit message typo is trivial and doesn't alter the >> > positive review. >> >> Luiz, could you fix it up on commit, when you add Eric's R-by? > > Fixed. But I didn't have to add his R-bys, you did it already.
-EFRIEDBRAIN. Thanks!