Module Name: src Committed By: ozaki-r Date: Thu Dec 7 10:22:04 UTC 2017
Modified Files: src/sys/net: if_pppoe.c Log Message: Remove wrong assertions rw_lock_held() returns true when any context holds the lock. However, in if_pppoe.c, the function was used wrongly as it returns true only if the lock is held in the same context. >From s-yamaguchi@IIJ To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/net/if_pppoe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.