shmem_parse_options(): don't bother with mpol in separate variable
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 8 Sep 2019 23:11:46 +0000 (19:11 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 13 Sep 2019 01:00:26 +0000 (21:00 -0400)
commitf6490b7fbb8216e15c0b52409b5fd9d035fe3530
tree818af7108f6d205595555e2f0c94b886dbce54e7
parent0b5071dd323da2e277bce7e68749dc0a5fba4703
shmem_parse_options(): don't bother with mpol in separate variable

just use ctx->mpol (note that callers always set ctx->mpol to NULL when
calling that).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
mm/shmem.c