Il 10/02/2014 09:04, Fam Zheng ha scritto:
I'm never sure about choice of using local_err with error_propagate, or straightly pass errp, but the logic still looks right to me, so,
Basically, never use error_is_set. If you do, you probably should have used instead &local_err and error_propagate. If you are not using error_is_set, it's fine to use errp directly with no error_propagate.
Paolo
Reviewed-by: Fam Zheng <f...@redhat.com>