]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit639baad1b1be72f2942b4db5202d341b719eb5ba
tree96a821e8d4d5ac0577363cc9c5e7bc6d5ddcc051
parenta1dd89a049c3e165d5065e354db87adf4d90f726
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