Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: maya
Date: Sun Jan 29 18:30:33 UTC 2017
Modified Files:
src/sys/net: if_tun.c
Log Message:
Most error paths that goto out; don't hold tun_lock.
so don't mutex_exit(tun_lock) in them, but only in
the one that needs it.
ok skrll
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/net/if_tun.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