Files
Michael Kelley a162277d0a hv_netvsc: Remove rmsg_pgcnt
commit 5bbc644bbf upstream.

init_page_array() now always creates a single page buffer array entry
for the rndis message, even if the rndis message crosses a page
boundary. As such, the number of page buffer array entries used for
the rndis message must no longer be tracked -- it is always just 1.
Remove the rmsg_pgcnt field and use "1" where the value is needed.

Cc: <stable@vger.kernel.org> # 6.1.x
Signed-off-by: Michael Kelley <mhklinux@outlook.com>
Link: https://patch.msgid.link/20250513000604.1396-5-mhklinux@outlook.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-05-22 14:31:51 +02:00
..
2025-05-22 14:31:51 +02:00
2020-01-25 10:43:19 +01:00
2025-05-22 14:31:51 +02:00
2018-03-17 20:10:27 -04:00
2025-05-22 14:31:51 +02:00