diff options
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/Locking | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index 1b5f15653b1b..69e2387ca278 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -556,7 +556,7 @@ till "end_pgoff". ->map_pages() is called with page table locked and must | |||
556 | not block. If it's not possible to reach a page without blocking, | 556 | not block. If it's not possible to reach a page without blocking, |
557 | filesystem should skip it. Filesystem should use do_set_pte() to setup | 557 | filesystem should skip it. Filesystem should use do_set_pte() to setup |
558 | page table entry. Pointer to entry associated with the page is passed in | 558 | page table entry. Pointer to entry associated with the page is passed in |
559 | "pte" field in fault_env structure. Pointers to entries for other offsets | 559 | "pte" field in vm_fault structure. Pointers to entries for other offsets |
560 | should be calculated relative to "pte". | 560 | should be calculated relative to "pte". |
561 | 561 | ||
562 | ->page_mkwrite() is called when a previously read-only pte is | 562 | ->page_mkwrite() is called when a previously read-only pte is |