Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm update comment - PGO_JOURNALLOCKED now supported for...



details:   https://anonhg.NetBSD.org/src/rev/87f7d2de585b
branches:  trunk
changeset: 446534:87f7d2de585b
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Dec 09 20:33:04 2018 +0000

description:
update comment - PGO_JOURNALLOCKED now supported for 'get' too

diffstat:

 sys/uvm/uvm_pager.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1a32b6dba106 -r 87f7d2de585b sys/uvm/uvm_pager.h
--- a/sys/uvm/uvm_pager.h       Sun Dec 09 20:32:37 2018 +0000
+++ b/sys/uvm/uvm_pager.h       Sun Dec 09 20:33:04 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_pager.h,v 1.44 2017/01/13 04:43:16 christos Exp $  */
+/*     $NetBSD: uvm_pager.h,v 1.45 2018/12/09 20:33:04 jdolecek Exp $  */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -146,7 +146,7 @@
 /* if PGO_FREE is not set then the pages stay where they are. */
 
 #define PGO_ALLPAGES   0x010   /* flush whole object/get all pages */
-#define PGO_JOURNALLOCKED 0x020        /* journal is already locked [put] */
+#define PGO_JOURNALLOCKED 0x020        /* journal is already locked [get/put] */
 #define PGO_LOCKED     0x040   /* fault data structures are locked [get] */
 #define PGO_BUSYFAIL   0x080   /* fail if a page is busy [put] */
 #define PGO_OVERWRITE  0x200   /* pages will be overwritten before unlocked */



Home | Main Index | Thread Index | Old Index