Merging upstream version 1.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8f9ab756e2
commit
70a0abe13f
874 changed files with 9553 additions and 1347 deletions
|
@ -3883,7 +3883,7 @@ The nvme command status if a response was received (see
|
|||
:c:type:`enum nvme_status_field <nvme_status_field>`) or -1 with errno set otherwise.
|
||||
|
||||
|
||||
.. c:function:: int nvme_ns_mgmt_create (int fd, struct nvme_id_ns *ns, __u32 *nsid, __u32 timeout, __u8 csi)
|
||||
.. c:function:: int nvme_ns_mgmt_create (int fd, struct nvme_id_ns *ns, __u32 *nsid, __u32 timeout, __u8 csi, struct nvme_ns_mgmt_host_sw_specified *data)
|
||||
|
||||
Create a non attached namespace
|
||||
|
||||
|
@ -3905,6 +3905,9 @@ The nvme command status if a response was received (see
|
|||
``__u8 csi``
|
||||
Command Set Identifier
|
||||
|
||||
``struct nvme_ns_mgmt_host_sw_specified *data``
|
||||
Host Software Specified Fields that defines ns creation parameters
|
||||
|
||||
**Description**
|
||||
|
||||
On successful creation, the namespace exists in the subsystem, but is not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue