|
@@ -841,6 +841,9 @@ nvmf_create_ctrl(struct device *dev, const char *buf, size_t count)
|
|
if (ret)
|
|
if (ret)
|
|
goto out_free_opts;
|
|
goto out_free_opts;
|
|
|
|
|
|
|
|
+
|
|
|
|
+ request_module("nvme-%s", opts->transport);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Check the generic options first as we need a valid transport for
|
|
* Check the generic options first as we need a valid transport for
|
|
* the lookup below. Then clear the generic flags so that transport
|
|
* the lookup below. Then clear the generic flags so that transport
|