diff options
author | Ding Tianhong <[email protected]> | 2017-04-29 10:38:48 +0800 |
---|---|---|
committer | Al Viro <[email protected]> | 2017-05-01 14:49:53 -0400 |
commit | a6a5993243550b09f620941dea741b7421fdf79c (patch) | |
tree | 6fe5747d0ba55ff5d431d850e172ef1bc43b3336 /lib/netdev-notifier-error-inject.c | |
parent | 5ecda13711b3bd4a750b5740897bf13d1720de7c (diff) |
iov_iter: don't revert iov buffer if csum error
The patch 327868212381 (make skb_copy_datagram_msg() et.al. preserve
->msg_iter on error) will revert the iov buffer if copy to iter
failed, but it didn't copy any datagram if the skb_checksum_complete
error, so no need to revert any data at this place.
v2: Sabrina notice that return -EFAULT when checksum error is not correct
here, it would confuse the caller about the return value, so fix it.
Fixes: 327868212381 ("make skb_copy_datagram_msg() et.al. preserve->msg_iter on error")
Cc: [email protected] # v4.11
Signed-off-by: Ding Tianhong <[email protected]>
Acked-by: Al Viro <[email protected]>
Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions