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

smc: missing poll annotations



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b2fe5fa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1141,7 +1141,7 @@ out:
static __poll_t smc_accept_poll(struct sock *parent)
{
	struct smc_sock *isk = smc_sk(parent);
	int mask = 0;
	__poll_t mask = 0;

	spin_lock(&isk->accept_q_lock);
	if (!list_empty(&isk->accept_q))