mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
net/sctp: convert to ->poll_mask
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
4df7338f6f
commit
568ea88ef9
4 changed files with 4 additions and 7 deletions
|
@ -1016,7 +1016,7 @@ static const struct proto_ops inet_seqpacket_ops = {
|
|||
.socketpair = sock_no_socketpair,
|
||||
.accept = inet_accept,
|
||||
.getname = inet_getname, /* Semantics are different. */
|
||||
.poll = sctp_poll,
|
||||
.poll_mask = sctp_poll_mask,
|
||||
.ioctl = inet_ioctl,
|
||||
.listen = sctp_inet_listen,
|
||||
.shutdown = inet_shutdown, /* Looks harmless. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue