Page MenuHomeFreeBSD

D41312.diff
No OneTemporary

D41312.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
Thu, Oct 3, 8:30 PM (22 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13483814
Default Alt Text
D41312.diff (402 B)

Event Timeline