NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47114 CVS commit: src/sys/dev/ieee1394



The following reply was made to PR kern/47114; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47114 CVS commit: src/sys/dev/ieee1394
Date: Sun, 20 Nov 2016 22:56:13 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Nov 20 22:56:13 UTC 2016
 
 Modified Files:
 	src/sys/dev/ieee1394: fwohci.c
 
 Log Message:
 KASSERT(mutex_owner(...)) ---> KASSERT(mutex_owned(...))
 
 If this is not correct, then there's something bogus in this code
 anyway, so better to fail early.
 
 Final part of PR kern/47114.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.139 -r1.140 src/sys/dev/ieee1394/fwohci.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