Re: [PATCH net v2 1/3] net: Introduce sk_use_task_frag in struct sock.
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-12-10 04:11:34
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-12-10 04:11:34
On Fri, 9 Dec 2022 13:19:23 -0500 Benjamin Coddington wrote:
+ * @sk_use_task_frag: allow sk_page_frag() to use current->task_frag. + Sockets that can be used under memory reclaim should + set this to false.
sorry to nit pick but kernel-doc does not like the lack of * at the start of these lines: include/net/sock.h:322: warning: bad line: Sockets that can be used under memory reclaim should include/net/sock.h:323: warning: bad line: set this to false.