]> git.itanic.dy.fi Git - linux-stable/commit
net: skbuff: update comment about pfmemalloc propagating
authorYunsheng Lin <linyunsheng@huawei.com>
Mon, 15 May 2023 05:01:07 +0000 (13:01 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 16 May 2023 07:47:07 +0000 (09:47 +0200)
commit8b33485128ad932f807f4535e0b440733d8b5808
tree4dc8e756b25c27f15069e89c6bebc63b06713796
parent0d9b41daa5907756a31772d8af8ac5ff25cf17c1
net: skbuff: update comment about pfmemalloc propagating

__skb_fill_page_desc_noacc() is not doing any pfmemalloc
propagating, and yet it has a comment about that, commit
84ce071e38a6 ("net: introduce __skb_fill_page_desc_noacc")
may have accidentally moved it to __skb_fill_page_desc_noacc(),
so move it back to __skb_fill_page_desc() which is supposed
to be doing pfmemalloc propagating.

Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
CC: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/20230515050107.46397-1-linyunsheng@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/linux/skbuff.h