aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/Locking2
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
556not block. If it's not possible to reach a page without blocking, 556not block. If it's not possible to reach a page without blocking,
557filesystem should skip it. Filesystem should use do_set_pte() to setup 557filesystem should skip it. Filesystem should use do_set_pte() to setup
558page table entry. Pointer to entry associated with the page is passed in 558page 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
560should be calculated relative to "pte". 560should 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