NetBSD-Bugs archive

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

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



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

From: "Tetsuya Isaki" <isaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54177 CVS commit: src/sys/dev/audio
Date: Thu, 23 May 2019 12:20:27 +0000

 Module Name:	src
 Committed By:	isaki
 Date:		Thu May 23 12:20:27 UTC 2019
 
 Modified Files:
 	src/sys/dev/audio: audio.c audiodef.h
 
 Log Message:
 Remove unnecessary file lock.
 It has been introduced to prevent multiple syscalls entering
 simultaneously.  But it's completely unnecessary.
 It fixes firefox problem in PR kern/54177.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.9 src/sys/dev/audio/audio.c
 cvs rdiff -u -r1.2 -r1.3 src/sys/dev/audio/audiodef.h
 
 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