Skip to content

Commit

Permalink
Merge pull request #892 from gbravery/dev
Browse files Browse the repository at this point in the history
Update pf_ring.c
  • Loading branch information
cardigliano authored Oct 25, 2023
2 parents b804896 + 5557b6f commit ec98467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/pf_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -8458,7 +8458,9 @@ static struct proto_ops ring_ops = {
.getname = sock_no_getname,
.listen = sock_no_listen,
.shutdown = sock_no_shutdown,
#if(LINUX_VERSION_CODE < KERNEL_VERSION(6,5,3))
.sendpage = sock_no_sendpage,
#endif

/* Now the operations that really occur. */
.release = ring_release,
Expand Down

0 comments on commit ec98467

Please sign in to comment.