177d5e9181
I don't think this is a real problem but in stepping through similar logic in the new compress vbdev I noticed that the call to spdk_vbdev_register() which is now in the name search loop due to a very recent code cleanup, will result in immediate calls to this very same examine function and when unwinding will continue through the loop for no good reason (a match was found). Change-Id: I01583d10106008f1f75d5b3ecc7b64639e93d919 Signed-off-by: paul luse <paul.e.luse@intel.com> Reviewed-on: https://review.gerrithub.io/435553 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Seth Howell <seth.howell5141@gmail.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>