Module Name:    src
Committed By:   jdolecek
Date:           Sun Dec  9 20:33:04 UTC 2018

Modified Files:
        src/sys/uvm: uvm_pager.h

Log Message:
update comment - PGO_JOURNALLOCKED now supported for 'get' too


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/uvm/uvm_pager.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_pager.h
diff -u src/sys/uvm/uvm_pager.h:1.44 src/sys/uvm/uvm_pager.h:1.45
--- src/sys/uvm/uvm_pager.h:1.44	Fri Jan 13 04:43:16 2017
+++ src/sys/uvm/uvm_pager.h	Sun Dec  9 20:33:04 2018
@@ -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 @@ struct uvm_pagerops {
 /* 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 */

Reply via email to