projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77d84ff
)
doc: Fix typo (acces_process_vm -> access_process_vm)
author
Stefan Weil
<sw@weilnetz.de>
Thu, 5 Dec 2013 19:34:05 +0000
(20:34 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 19 Dec 2013 14:12:21 +0000
(15:12 +0100)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/filesystems/Locking
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/Locking
b/Documentation/filesystems/Locking
index
fe7afe2
..
5b0c083
100644
(file)
--- a/
Documentation/filesystems/Locking
+++ b/
Documentation/filesystems/Locking
@@
-544,7
+544,7
@@
like the ->fault() handler, but simply return with VM_FAULT_NOPAGE, which
will cause the VM to retry the fault.
->access() is called when get_user_pages() fails in
-acces_process_vm(), typically used to debug a process through
+acces
s
_process_vm(), typically used to debug a process through
/proc/pid/mem or ptrace. This function is needed only for
VM_IO | VM_PFNMAP VMAs.