mm/mempolicy.c: check parameters first in kernel_get_mempolicy
authorWenchao Hao <haowenchao22@gmail.com>
Wed, 12 Aug 2020 01:31:16 +0000 (18:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:57:56 +0000 (10:57 -0700)
commit4605f057aace9291e80bf9982cc7c8babc917f56
tree3658fa7f2eaf07a8a48f4315ccc4ac242bf9a579
parentf6e92f404834698df0a7c4e1d8e07b3771cd6e46
mm/mempolicy.c: check parameters first in kernel_get_mempolicy

Previous implementatoin calls untagged_addr() before error check, while if
the error check failed and return EINVAL, the untagged_addr() call is just
useless work.

Signed-off-by: Wenchao Hao <haowenchao22@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200801090825.5597-1-haowenchao22@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mempolicy.c