NetBSD-Bugs archive

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

PR/32166 CVS commit: src/sys



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

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

 Module Name:	src
 Committed By:	ad
 Date:		Tue May 19 22:22:15 UTC 2020
 
 Modified Files:
 	src/sys/fs/tmpfs: tmpfs_vnops.c
 	src/sys/uvm: uvm_aobj.c uvm_bio.c uvm_object.c uvm_pager.h uvm_vnode.c
 
 Log Message:
 PR kern/32166: pgo_get protocol is ambiguous
 Also problems with tmpfs+nfs noted by hannken@.
 
 Don't pass PGO_ALLPAGES to pgo_get, and ignore PGO_DONTCARE in the
 !PGO_LOCKED case.  In uao_get() have uvm_pagealloc() take care of page
 zeroing and release busy pages on error.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.140 -r1.141 src/sys/fs/tmpfs/tmpfs_vnops.c
 cvs rdiff -u -r1.141 -r1.142 src/sys/uvm/uvm_aobj.c
 cvs rdiff -u -r1.113 -r1.114 src/sys/uvm/uvm_bio.c
 cvs rdiff -u -r1.21 -r1.22 src/sys/uvm/uvm_object.c
 cvs rdiff -u -r1.48 -r1.49 src/sys/uvm/uvm_pager.h
 cvs rdiff -u -r1.112 -r1.113 src/sys/uvm/uvm_vnode.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