]> git.baikalelectronics.ru Git - kernel.git/commit
mm: correct comments regarding do_fault_around()
authorWilliam Kucharski <william.kucharski@oracle.com>
Thu, 1 Feb 2018 00:21:11 +0000 (16:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Feb 2018 01:18:40 +0000 (17:18 -0800)
commit03a99e49e38a3d1f4c81d8adc3c3aade4c183eab
tree284ee9659d8c530f61fdb6823f4fb53f0259597b
parent879615ed566ee88824f3acac23642e04624c09ab
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 960dce815c30 ("mm: close race
between do_fault_around() and fault_around_bytes_set()").

Fixes: 960dce815c303 ("mm: close race between do_fault_around() and fault_around_bytes_set()")
Link: http://lkml.kernel.org/r/302D0B14-C7E9-44C6-8BED-033F9ACBD030@oracle.com
Signed-off-by: William Kucharski <william.kucharski@oracle.com>
Reviewed-by: Larry Bassel <larry.bassel@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c