NetBSD-Bugs archive

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

PR/55268 CVS commit: src/sys/uvm



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

From: "Andrew Doran" <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55268 CVS commit: src/sys/uvm
Date: Fri, 15 May 2020 22:27:04 +0000

 Module Name:	src
 Committed By:	ad
 Date:		Fri May 15 22:27:04 UTC 2020
 
 Modified Files:
 	src/sys/uvm: uvm_aobj.c
 
 Log Message:
 PR kern/55268: tmpfs is slow
 
 uao_get(): in the PGO_LOCKED case, we're okay to allocate a new page as long
 as the caller holds a write lock.  PGO_NOBUSY doesn't put a stop to that.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.139 -r1.140 src/sys/uvm/uvm_aobj.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