On 04/18/2013 04:44 AM, Orit Wasserman wrote:
Hi Michael,
I don't see you addressed any of the comment I had in v3
(especially the error handling)
please, fix those
I did fix them, but not all of your comments were correct,
because I was passing errp in many places were errp
did not supposed to belong there.
So, first I *removed* errp from being proliferated all over
the entire file, which was not necessary.
Then, in the places where errp is required by migration.c,
I added new uses of errp.
There are some places, as Paolo mentioned where errp was
written twice, which I must fix, however.