Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146267626
D55522.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
424 B
Referenced Files
None
Subscribers
None
D55522.id.diff
View Options
diff --git a/sys/dev/nvme/nvme_sim.c b/sys/dev/nvme/nvme_sim.c
--- a/sys/dev/nvme/nvme_sim.c
+++ b/sys/dev/nvme/nvme_sim.c
@@ -438,7 +438,7 @@
if (xpt_create_path(&tmppath, /*periph*/NULL,
cam_sim_path(sc->s_sim), 0, ns->id) != CAM_REQ_CMP) {
- printf("unable to create path for rescan\n");
+ printf("unable to create path for ns removal\n");
return (ENOMEM);
}
xpt_async(AC_LOST_DEVICE, tmppath, NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 2, 6:24 AM (13 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29007436
Default Alt Text
D55522.id.diff (424 B)
Attached To
Mode
D55522: nvme_sim: Fix a cut and paste error
Attached
Detach File
Event Timeline
Log In to Comment