commit | f641f13b992979b97e595b761a9ba1a64fed7c4e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jul 30 09:42:12 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 30 09:10:25 2018 -0700 |
tree | 23ab66f8ce6811a02afb80d3bc0e71663e044a8a | |
parent | d8bbd13beeaacd6494954bf5b945b54ccb2af309 [diff] |
net: remove sock_poll_busy_loop There is no point in hiding this logic in a helper. Also remove the useless events != 0 check and only busy loop once we know we actually have a poll method. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>