]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: dont split thp page when syscall is called fix 4
authorHugh Dickins <hughd@google.com>
Wed, 21 Oct 2015 22:03:47 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:47 +0000 (09:03 +1100)
commit7f44ddb0a0ad91dabd828d80460b6045527d8cf8
tree2a418662d1e166ccf55cf864ecd6ecbce839c145
parentaa8e27db8a0d670980aa0d31cf402d9c4b647204
mm: dont split thp page when syscall is called fix 4

Compiler gives helpful warnings that madvise_free_pte_range()
has the args to split_huge_pmd() the wrong way round.

Signed-off-by: Hugh Dickins <hughd@google.com>
Reviewed-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/madvise.c