Re: [EXTERNAL] [PULL 08/15] whpx nvmm: Drop useless migrate_del_blocker()

2021-08-28 Thread Markus Armbruster
Sunil Muthuswamy writes: > Signed-off-by: Sunil Muthuswamy Too late; the pull request has been merged already. Moreover, Signed-off-by means you contributed to this patch or helped merging it. See https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-

RE: [EXTERNAL] [PULL 08/15] whpx nvmm: Drop useless migrate_del_blocker()

2021-08-27 Thread Sunil Muthuswamy
ect: [EXTERNAL] [PULL 08/15] whpx nvmm: Drop useless migrate_del_blocker() > > There is nothing to delete after migrate_add_blocker() failed. Trying > anyway is safe, but useless. Don't. > > Cc: Sunil Muthuswamy > Cc: Kamil Rytarowski > Cc: Reinoud Zand

[PULL 08/15] whpx nvmm: Drop useless migrate_del_blocker()

2021-08-26 Thread Markus Armbruster
There is nothing to delete after migrate_add_blocker() failed. Trying anyway is safe, but useless. Don't. Cc: Sunil Muthuswamy Cc: Kamil Rytarowski Cc: Reinoud Zandijk Signed-off-by: Markus Armbruster Message-Id: <20210720125408.387910-9-arm...@redhat.com> Reviewed-by: Reinoud Zandijk Acked