OSDN Git Service

mptcp: change the parameter of __mptcp_make_csum
authorGeliang Tang <geliang.tang@suse.com>
Fri, 7 Jan 2022 19:25:23 +0000 (11:25 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Jan 2022 03:00:44 +0000 (19:00 -0800)
commitc312ee219100e86143a1d3cc10b367bc43a0e0b8
tree83f6a6265f0afaf0747e17e3bafecbd60514538b
parent327b9a94e2a805dea5238940c9660ca367dbfdef
mptcp: change the parameter of __mptcp_make_csum

This patch changed the type of the last parameter of __mptcp_make_csum()
from __sum16 to __wsum. And export this function in protocol.h.

Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/options.c
net/mptcp/protocol.h