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: ozaki-r
Date: Thu Apr 6 03:55:00 UTC 2017
Modified Files:
src/sys/net: if.c if.h if_ethersubr.c link_proto.c
Log Message:
Revert "Make sure to hold if_ioctl_lock when calling ifp->if_ioctl"
As per pgoyette@ and riastradh@ requests; we shouldn't decide to
hold a lock based on if the lock is held or not.
To generate a diff of this commit:
cvs rdiff -u -r1.390 -r1.391 src/sys/net/if.c
cvs rdiff -u -r1.237 -r1.238 src/sys/net/if.h
cvs rdiff -u -r1.241 -r1.242 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.35 -r1.36 src/sys/net/link_proto.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