Skip to content

Commit

Permalink
Merge branch 'onload-8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivatet-amd committed Dec 4, 2023
2 parents 2f4bbe5 + 9ef9f19 commit e98e5f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/driver/linux_onload/tcp_sendpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ ssize_t linux_tcp_helper_fop_sendpage(struct file* filp, struct page* page,
ci_assert(page);
ci_assert_ge(offset, 0);
ci_assert_gt(size, 0);
ci_assert_le(offset + size, CI_PAGE_SIZE);

#ifndef MSG_SENDPAGE_NOTLAST
/* "flags" is really "more". Convert it. */
Expand Down

0 comments on commit e98e5f1

Please sign in to comment.