Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/uvm/uvm_vnode.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_vnode.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.112 retrieving revision 1.113 diff -u -p -r1.112 -r1.113 --- src/sys/uvm/uvm_vnode.c 2020/05/19 21:45:57 1.112 +++ src/sys/uvm/uvm_vnode.c 2020/05/19 22:22:15 1.113 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_vnode.c,v 1.112 2020/05/19 21:45:57 ad Exp $ */ +/* $NetBSD: uvm_vnode.c,v 1.113 2020/05/19 22:22:15 ad Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -45,7 +45,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.112 2020/05/19 21:45:57 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.113 2020/05/19 22:22:15 ad Exp $"); #ifdef _KERNEL_OPT #include "opt_uvmhist.h" @@ -161,8 +161,7 @@ uvn_put(struct uvm_object *uobj, voff_t * * => prefer map unlocked (not required) * => object must be locked! we will _unlock_ it before starting any I/O. - * => flags: PGO_ALLPAGES: get all of the pages - * PGO_LOCKED: fault data structures are locked + * => flags: PGO_LOCKED: fault data structures are locked * => NOTE: offset is the offset of pps[0], _NOT_ pps[centeridx] * => NOTE: caller must check for released pages!! */