Page MenuHomeFreeBSD

D41312.1777642178.diff
No OneTemporary

Size
402 B
Referenced Files
None
Subscribers
None

D41312.1777642178.diff

diff --git a/sys/dev/nvme/nvme_private.h b/sys/dev/nvme/nvme_private.h
--- a/sys/dev/nvme/nvme_private.h
+++ b/sys/dev/nvme/nvme_private.h
@@ -119,8 +119,8 @@
struct nvme_command cmd;
struct nvme_qpair *qpair;
struct memdesc payload;
- bool payload_valid;
- bool timeout;
+ bool payload_valid : 1,
+ timeout : 1;
nvme_cb_fn_t cb_fn;
void *cb_arg;
int32_t retries;

File Metadata

Mime Type
text/plain
Expires
Fri, May 1, 1:29 PM (4 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28526672
Default Alt Text
D41312.1777642178.diff (402 B)

Event Timeline