Spdk/lib/bdev/ftl
wuzhouhui a8fd4524d5 bdev/ftl: unlock g_ftl_bdev_lock before calls bdev_ftl_create
There is no need to hold g_ftl_bdev_lock when calling bdev_ftl_create.
Besides, the functions (e.g. bdev_ftl_add_ctrlr) that called by
bdev_ftl_create will lock g_ftl_bdev_lock again.

Change-Id: I74751822364e16c58a3065dc78f8a4dce157e925
Signed-off-by: wuzhouhui <wuzhouhui@kingsoft.com>
Reviewed-on: https://review.gerrithub.io/c/443066
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2019-02-04 20:51:13 +00:00
..
bdev_ftl_rpc.c bdev/ftl: Improved ftl_bdev rpc error responses 2019-02-04 19:22:29 +00:00
bdev_ftl.c bdev/ftl: unlock g_ftl_bdev_lock before calls bdev_ftl_create 2019-02-04 20:51:13 +00:00
bdev_ftl.h check_format: Verify #include syntax 2019-01-29 00:12:07 +00:00
Makefile bdev_ftl: Added FTL bdev module 2019-01-24 18:55:56 +00:00