net/sctp: convert to ->poll_mask
authorChristoph Hellwig <hch@lst.de>
Sun, 31 Dec 2017 15:37:35 +0000 (16:37 +0100)
committerChristoph Hellwig <hch@lst.de>
Sat, 26 May 2018 07:16:44 +0000 (09:16 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/net/sctp/sctp.h
net/sctp/ipv6.c
net/sctp/protocol.c
net/sctp/socket.c

index 28b996d6349072fb031de91e10115b688d89b42d..206100cc665bb81f7c0350214d3ce21a0a873d2e 100644 (file)
@@ -107,8 +107,7 @@ int sctp_backlog_rcv(struct sock *sk, struct sk_buff *skb);
 int sctp_inet_listen(struct socket *sock, int backlog);
 void sctp_write_space(struct sock *sk);
 void sctp_data_ready(struct sock *sk);
-__poll_t sctp_poll(struct file *file, struct socket *sock,
-               poll_table *wait);
+__poll_t sctp_poll_mask(struct socket *sock, __poll_t events);
 void sctp_sock_rfree(struct sk_buff *skb);
 void sctp_copy_sock(struct sock *newsk, struct sock *sk,
                    struct sctp_association *asoc);
index 2e3f7b75a8ece789fbbc722754200ad8505b5d64..d52eaf1881af58b98283702c71f780aa5f9635fc 100644 (file)
@@ -1007,7 +1007,7 @@ static const struct proto_ops inet6_seqpacket_ops = {
        .socketpair        = sock_no_socketpair,
        .accept            = inet_accept,
        .getname           = sctp_getname,
-       .poll              = sctp_poll,
+       .poll_mask         = sctp_poll_mask,
        .ioctl             = inet6_ioctl,
        .listen            = sctp_inet_listen,
        .shutdown          = inet_shutdown,
index d685f84567624aedfb043c9ba56d3977849f16e5..a1d2ea3ff4c944966f5ab6da029370a86ed53335 100644 (file)
@@ -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.  */
index 80835ac26d2c3ce6559f75aaaa0b315fb77d9adf..f6bb1b89525cebad1e5dc0672b0b270ff7f14ee6 100644 (file)
@@ -7701,14 +7701,12 @@ out:
  * here, again, by modeling the current TCP/UDP code.  We don't have
  * a good way to test with it yet.
  */
-__poll_t sctp_poll(struct file *file, struct socket *sock, poll_table *wait)
+__poll_t sctp_poll_mask(struct socket *sock, __poll_t events)
 {
        struct sock *sk = sock->sk;
        struct sctp_sock *sp = sctp_sk(sk);
        __poll_t mask;
 
-       poll_wait(file, sk_sleep(sk), wait);
-
        sock_rps_record_flow(sk);
 
        /* A TCP-style listening socket becomes readable when the accept queue