Update a comment in uao_flush().

This commit is contained in:
thorpej 1999-07-07 05:32:26 +00:00
parent 121fe0bc26
commit f631c1adae
1 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_aobj.c,v 1.20 1999/05/25 00:09:00 thorpej Exp $ */ /* $NetBSD: uvm_aobj.c,v 1.21 1999/07/07 05:32:26 thorpej Exp $ */
/* /*
* Copyright (c) 1998 Chuck Silvers, Charles D. Cranor and * Copyright (c) 1998 Chuck Silvers, Charles D. Cranor and
@ -722,8 +722,12 @@ uao_flush(uobj, start, end, flags)
*/ */
/* /*
* XXX * XXX
* deal with PGO_DEACTIVATE (for madvise(MADV_SEQUENTIAL)) * Deal with:
* and PGO_FREE (for msync(MSINVALIDATE)) *
* PGO_DEACTIVATE for sequential access, via uvm_fault(), and
* for MADV_DONTNEED
*
* PGO_FREE for MADV_FREE and MSINVALIDATE
*/ */
return TRUE; return TRUE;
} }