kcm: do not sense pfmemalloc status in kcm_sendpage()
authorEric Dumazet <edumazet@google.com>
Thu, 27 Oct 2022 04:06:37 +0000 (04:06 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 27 Oct 2022 18:25:13 +0000 (11:25 -0700)
commitee15e1f38dc201fa7d63c13aa258b728dce27f4d
tree655556db78c9c195379b1704e4d44ea0400f639f
parent228ebc41dfab5b5d34cd76835ddb0ca8ee12f513
kcm: do not sense pfmemalloc status in kcm_sendpage()

Similar to changes done in TCP in blamed commit.
We should not sense pfmemalloc status in sendpage() methods.

Fixes: 326140063946 ("tcp: TX zerocopy should not sense pfmemalloc status")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20221027040637.1107703-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/kcm/kcmsock.c