Module Name: src Committed By: ozaki-r Date: Tue Jun 3 01:24:32 UTC 2014
Modified Files: src/sys/netinet: if_arp.c Log Message: Call ifp->if_output in revarprequest with KERNEL_LOCK held Otherwise, it hits KASSERT(KERNEL_LOCKED_P()) in ether_output when nfs_boot fails and tries RARP. To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/netinet/if_arp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.