Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ozaki-r
Date: Thu Dec 22 03:46:51 UTC 2016
Modified Files:
src/sys/net: if.h
src/sys/netinet6: nd6.c
Log Message:
Remove assertion that the lock isn't held
It's useless in this case, because without it we can know that
the lock is held or not on a next lock acquisition and even more
if LOCKDEBUG is enabled a failure on the acquisition will provide
useful information for debugging while an assertion failure will
provide just the fact that the assertion failed.
To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/sys/net/if.h
cvs rdiff -u -r1.222 -r1.223 src/sys/netinet6/nd6.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index