Re: [PATCH net-next v3 10/18] nvme/host: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
From: Jakub Kicinski
Date: Thu Jun 29 2023 - 19:44:28 EST
On Thu, 29 Jun 2023 22:34:59 +0100 David Howells wrote:
> if (!sendpage_ok(page))
> - msg.msg_flags &= ~MSG_SPLICE_PAGES,
> + msg.msg_flags &= ~MSG_SPLICE_PAGES;
😵️
Let me CC llvm@ in case someone's there is willing to make
the compiler warn about this.