Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()
acct_arg_size() takes ->page_table_lock around add_mm_counter() if !SPLIT_RSS_COUNTING. This is not needed after commit 172703b ("mm: delete non-atomic mm counter implementation"). Signed-off-by: Oleg Nesterov <[email protected]> Reviewed-by: Matt Fleming <[email protected]> Cc: Dave Hansen <[email protected]> Cc: KAMEZAWA Hiroyuki <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information