Skip to content
Commit e6949583 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Make sock_sendpage() use kernel_sendpage()



kernel_sendpage() does the proper default case handling for when the
socket doesn't have a native sendpage implementation.

Now, arguably this might be something that we could instead solve by
just specifying that all protocols should do it themselves at the
protocol level, but we really only care about the common protocols.
Does anybody really care about sendpage on something like Appletalk? Not
likely.

Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Acked-by: default avatarJulien TINNES <julien@cr0.org>
Acked-by: default avatarTavis Ormandy <taviso@sdf.lonestar.org>
Cc: stable@kernel.org
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a3620f75
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment