diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-31 16:37:35 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-26 09:16:44 +0200 |
commit | 568ea88ef962e2a1e7eff0bb21c776522dfff147 (patch) | |
tree | c588acf563e1dd4b3e4b47fb258499e943476243 /net/sctp/protocol.c | |
parent | 4df7338f6f4a3519f38ce523000f79e74ec25fe4 (diff) | |
download | linux-568ea88ef962e2a1e7eff0bb21c776522dfff147.tar.bz2 |
net/sctp: convert to ->poll_mask
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index d685f8456762..a1d2ea3ff4c9 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c @@ -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. */ |