Skip to content
Commit 70d65cd5 authored by Al Viro's avatar Al Viro
Browse files

ppc: propagate the calling conventions change down to csum_partial_copy_generic()



... and get rid of the pointless fallback in the wrappers.  On error it used
to zero the unwritten area and calculate the csum of the entire thing.  Not
wanting to do it in assembler part had been very reasonable; doing that in
the first place, OTOH...  In case of an error the caller discards the data
we'd copied, along with whatever checksum it might've had.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent daf52375
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