NetBSD-Bugs archive

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

PR/54796 CVS commit: src/sys/dev/audio



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

From: "Tetsuya Isaki" <isaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54796 CVS commit: src/sys/dev/audio
Date: Thu, 26 Dec 2019 11:24:55 +0000

 Module Name:	src
 Committed By:	isaki
 Date:		Thu Dec 26 11:24:55 UTC 2019
 
 Modified Files:
 	src/sys/dev/audio: audio.c
 
 Log Message:
 Use M_WAITOK instead of M_NOWAIT.
 These allocations don't require NOWAIT constraints.
 Will fix PR kern/54796.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.33 -r1.34 src/sys/dev/audio/audio.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