Spdk/lib/bdev
Jim Harris 7fefd60fab bdev: make module init synchronous again
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>
2017-07-14 13:31:30 -04:00
..
aio bdev: make module init synchronous again 2017-07-14 13:31:30 -04:00
error bdev: make module init synchronous again 2017-07-14 13:31:30 -04:00
gpt bdev: make module init synchronous again 2017-07-14 13:31:30 -04:00
malloc bdev: make module init synchronous again 2017-07-14 13:31:30 -04:00
null bdev: make module init synchronous again 2017-07-14 13:31:30 -04:00
nvme bdev: make module init synchronous again 2017-07-14 13:31:30 -04:00
rbd bdev: make module init synchronous again 2017-07-14 13:31:30 -04:00
rpc bdev: add vbdev claim/release semantics 2017-07-14 13:31:30 -04:00
split bdev: make module init synchronous again 2017-07-14 13:31:30 -04:00
bdev.c bdev: make module init synchronous again 2017-07-14 13:31:30 -04:00
Makefile GPT: add GPT bdev support 2017-07-06 13:44:37 -04:00
scsi_nvme.c bdev: add API to translate to SCSI status 2017-05-04 09:11:42 -07:00
vtune.c bdev: #include VTune file to control warnings 2017-06-08 12:44:25 -04:00