OSDN Git Service

net: simplify sock_poll_wait
authorChristoph Hellwig <hch@lst.de>
Mon, 30 Jul 2018 07:42:10 +0000 (09:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Jul 2018 16:10:25 +0000 (09:10 -0700)
commitdd979b4df817e9976f18fb6f9d134d6bc4a3c317
treefffcfba952d7c3d86fbecaf5a14a213bd0d54967
parent3f6bcc5162a1ba4e99e867364919168c1d821308
net: simplify sock_poll_wait

The wait_address argument is always directly derived from the filp
argument, so remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 files changed:
crypto/af_alg.c
include/net/sock.h
net/atm/common.c
net/caif/caif_socket.c
net/core/datagram.c
net/dccp/proto.c
net/ipv4/tcp.c
net/iucv/af_iucv.c
net/nfc/llcp_sock.c
net/rxrpc/af_rxrpc.c
net/smc/af_smc.c
net/tipc/socket.c
net/unix/af_unix.c