net/tcp: convert to ->poll_mask
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -986,7 +986,7 @@ const struct proto_ops inet_stream_ops = {
|
||||
.socketpair = sock_no_socketpair,
|
||||
.accept = inet_accept,
|
||||
.getname = inet_getname,
|
||||
.poll = tcp_poll,
|
||||
.poll_mask = tcp_poll_mask,
|
||||
.ioctl = inet_ioctl,
|
||||
.listen = inet_listen,
|
||||
.shutdown = inet_shutdown,
|
||||
|
Reference in New Issue
Block a user