diff options
author | William Kucharski <[email protected]> | 2018-01-31 16:21:11 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2018-01-31 17:18:40 -0800 |
commit | da391d640c528bc5bb227ea5b39c882b75ac3167 (patch) | |
tree | 284ee9659d8c530f61fdb6823f4fb53f0259597b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 859d4adc3415a64ccb8b0c50dc4e3a888dcb5805 (diff) |
mm: correct comments regarding do_fault_around()
There are multiple comments surrounding do_fault_around that memtion
fault_around_pages() and fault_around_mask(), two routines that do not
exist. These comments should be reworded to reference
fault_around_bytes, the value which is used to determine how much
do_fault_around() will attempt to read when processing a fault.
These comments should have been updated when fault_around_pages() and
fault_around_mask() were removed in commit aecd6f44266c ("mm: close race
between do_fault_around() and fault_around_bytes_set()").
Fixes: aecd6f44266c1 ("mm: close race between do_fault_around() and fault_around_bytes_set()")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: William Kucharski <[email protected]>
Reviewed-by: Larry Bassel <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: "Kirill A. Shutemov" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions