Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107232335
D29539.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
331 B
Referenced Files
None
Subscribers
None
D29539.diff
View Options
diff --git a/sys/dev/nvme/nvme_ns.c b/sys/dev/nvme/nvme_ns.c
--- a/sys/dev/nvme/nvme_ns.c
+++ b/sys/dev/nvme/nvme_ns.c
@@ -473,7 +473,7 @@
case BIO_DELETE:
dsm_range =
malloc(sizeof(struct nvme_dsm_range), M_NVME,
- M_ZERO | M_WAITOK);
+ M_ZERO | M_NOWAIT);
if (!dsm_range) {
err = ENOMEM;
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 4:56 PM (21 h, 37 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15771197
Default Alt Text
D29539.diff (331 B)
Attached To
Mode
D29539: Partially revert r248770.
Attached
Detach File
Event Timeline
Log In to Comment