Lines 1700-1706
Link Here
|
1700 |
<title>Filesystem I/O—<literal>struct buf</literal></title> |
1700 |
<title>Filesystem I/O—<literal>struct buf</literal></title> |
1701 |
|
1701 |
|
1702 |
<para>vnode-backed VM objects, such as file-backed objects, generally |
1702 |
<para>vnode-backed VM objects, such as file-backed objects, generally |
1703 |
need to maintain their own clean/dirty info independant from the VM |
1703 |
need to maintain their own clean/dirty info independent from the VM |
1704 |
system's idea of clean/dirty. For example, when the VM system decides |
1704 |
system's idea of clean/dirty. For example, when the VM system decides |
1705 |
to synchronize a physical page to its backing store, the VM system |
1705 |
to synchronize a physical page to its backing store, the VM system |
1706 |
needs to mark the page clean before the page is actually written to |
1706 |
needs to mark the page clean before the page is actually written to |