Page MenuHomeFreeBSD

D29464.1777829163.diff
No OneTemporary

Size
446 B
Referenced Files
None
Subscribers
None

D29464.1777829163.diff

diff --git a/sys/nfs/bootp_subr.c b/sys/nfs/bootp_subr.c
--- a/sys/nfs/bootp_subr.c
+++ b/sys/nfs/bootp_subr.c
@@ -1682,9 +1682,11 @@
NET_EPOCH_ENTER(et);
bootpc_add_default_route(ifctx);
+ NET_EPOCH_EXIT(et);
error = md_mount(&nd->root_saddr, nd->root_hostnam,
nd->root_fh, &nd->root_fhsize,
&nd->root_args, td);
+ NET_EPOCH_ENTER(et);
bootpc_remove_default_route(ifctx);
NET_EPOCH_EXIT(et);
if (error != 0) {

File Metadata

Mime Type
text/plain
Expires
Sun, May 3, 5:26 PM (3 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28548548
Default Alt Text
D29464.1777829163.diff (446 B)

Event Timeline