+4
−5
+40
−49
+2
−2
Loading
Module initializaiton was made asynchronous recently to support bdev modules like gpt which need to do asynchronous I/O. But all modules now do any asynchronous I/O in their examine() routines, and init functions only do very basic operations to be ready to handle examine() callbacks. So simplify the bdev code and modules to go back to a synchronous init procedure. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Idb16156796ad7511d00f465d7a2db9acda6315b6 Reviewed-on: https://review.gerrithub.io/369485 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com>