net: add support for ->poll_mask in proto_ops
authorChristoph Hellwig <hch@lst.de>
Mon, 9 Apr 2018 13:25:28 +0000 (15:25 +0200)
committerChristoph Hellwig <hch@lst.de>
Sat, 26 May 2018 07:16:44 +0000 (09:16 +0200)
commit152524231023c76b3b7b3e71017c7f951812868d
tree96a821e8d4d5ac0577363cc9c5e7bc6d5ddcc051
parent3cafb37633a1230011c5415e6f394b05260d21ad
net: add support for ->poll_mask in proto_ops

The socket file operations still implement ->poll until all protocols are
switched over.

Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/net.h
net/socket.c