diff options
author | jhb <jhb@FreeBSD.org> | 2005-08-24 20:28:56 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-08-24 20:28:56 +0000 |
commit | b8c91855f1fad4cf48d1ea06a08c873cf7cd3efb (patch) | |
tree | d9a1020f6ff46f20c666fa21eb1d96c2e6e3868e /lib/libc/string/strsignal.c | |
parent | 3d2323799ff92df1fd22ae171cec967b85e29e2d (diff) | |
download | FreeBSD-src-b8c91855f1fad4cf48d1ea06a08c873cf7cd3efb.zip FreeBSD-src-b8c91855f1fad4cf48d1ea06a08c873cf7cd3efb.tar.gz |
- Remove redundant assertions that the driver lock is not held in attach()
and detach() since mtx_lock() will assert that already since the driver
lock is not recursive.
- Move the call to callout_init_mtx() before hme_stop() so that the
callout_stop() in hme_stop() doesn't operate on an uninitialized callout
structure during attach.
Reported by: yongari (2)
MFC after: 3 days
Diffstat (limited to 'lib/libc/string/strsignal.c')
0 files changed, 0 insertions, 0 deletions