diff options
| author | John Hubbard <[email protected]> | 2020-12-15 03:07:45 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-12-15 20:13:40 +0000 |
| commit | d3f5ffcacd1528736471bc78f03f06da6c4551cc (patch) | |
| tree | 4c32f3003f16604d86d3639fe87bc69ad674e15a /mm/mapping_dirty_helpers.c | |
| parent | x86: mremap speedup - Enable HAVE_MOVE_PUD (diff) | |
| download | kernel-d3f5ffcacd1528736471bc78f03f06da6c4551cc.tar.gz kernel-d3f5ffcacd1528736471bc78f03f06da6c4551cc.zip | |
mm: cleanup: remove unused tsk arg from __access_remote_vm
Despite a comment that said that page fault accounting would be charged to
whatever task_struct* was passed into __access_remote_vm(), the tsk
argument was actually unused.
Making page fault accounting actually use this task struct is quite a
project, so there is no point in keeping the tsk argument.
Delete both the comment, and the argument.
[[email protected]: changelog addition]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: John Hubbard <[email protected]>
Reviewed-by: Mike Rapoport <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'mm/mapping_dirty_helpers.c')
0 files changed, 0 insertions, 0 deletions
