NetBSD-Bugs archive

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

PR/47114 CVS commit: src/sys/ufs/ufs



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/ufs/ufs
Date: Sun, 20 Nov 2016 21:21:26 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Nov 20 21:21:26 UTC 2016
 
 Modified Files:
 	src/sys/ufs/ufs: ufs_quota2.c
 
 Log Message:
 KASSERT(mutex_owner(...)) ---> KASSERT(mutex_owned(...))
 
 Fixes part of PR kern/47114.  Tested by code inspection.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.40 -r1.41 src/sys/ufs/ufs/ufs_quota2.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