Commit 63e2480c authored by Al Viro's avatar Al Viro

smc: missing poll annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b2fe5fa6
...@@ -1141,7 +1141,7 @@ static int smc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, ...@@ -1141,7 +1141,7 @@ static int smc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len,
static __poll_t smc_accept_poll(struct sock *parent) static __poll_t smc_accept_poll(struct sock *parent)
{ {
struct smc_sock *isk = smc_sk(parent); struct smc_sock *isk = smc_sk(parent);
int mask = 0; __poll_t mask = 0;
spin_lock(&isk->accept_q_lock); spin_lock(&isk->accept_q_lock);
if (!list_empty(&isk->accept_q)) if (!list_empty(&isk->accept_q))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment