Module Name: src Committed By: ozaki-r Date: Wed Sep 5 02:49:41 UTC 2018
Modified Files: src/sys/net: route.c Log Message: route: avoid overwriting rt_free_global.enqueued unexpectedly rt_free_global.enqueued can be set to true by rt_free during rt_free_work because rt_free_work releases rt_free_global.lock. So rt_free_work must update it once and not update after releasing the lock. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/net/route.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.