Internal change.

PiperOrigin-RevId: 221189534
Change-Id: Id20d318bed97d5226b454c9351df396d11251e1f
This commit is contained in:
Googler
2018-11-12 17:44:46 -08:00
committed by Shentubot
parent c57b92a0c7
commit 25d07fbbed
+1 -1
View File
@@ -72,7 +72,7 @@ Specifically this state is:
- A `kernel.FDMap` containing pointers to open files.
Anything else managed by the VFS that can be easily loaded into memory from a
filesystem is synced back to those filesystems and is no saved. Examples are
filesystem is synced back to those filesystems and is not saved. Examples are
pages in page caches used for optimizations (i.e. readahead and writeback), and
directory entries used to accelerate path lookups.