mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 07:29:12 -04:00
smc: missing poll annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user