diff options
author | Christoph Hellwig <hch@lst.de> | 2018-01-11 03:40:49 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-26 03:16:44 -0400 |
commit | b28fc82267aa07c34e019a72c42292d156654ee8 (patch) | |
tree | 042a2aec6342c139702ccc56aad6e66855e3dda9 /include/crypto | |
parent | 5001c2dcdf17bb45d8a2c9f084e46e0e96e46939 (diff) |
crypto: af_alg: convert to ->poll_mask
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/if_alg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/crypto/if_alg.h b/include/crypto/if_alg.h index 482461d8931d..cc414db9da0a 100644 --- a/include/crypto/if_alg.h +++ b/include/crypto/if_alg.h | |||
@@ -245,8 +245,7 @@ ssize_t af_alg_sendpage(struct socket *sock, struct page *page, | |||
245 | int offset, size_t size, int flags); | 245 | int offset, size_t size, int flags); |
246 | void af_alg_free_resources(struct af_alg_async_req *areq); | 246 | void af_alg_free_resources(struct af_alg_async_req *areq); |
247 | void af_alg_async_cb(struct crypto_async_request *_req, int err); | 247 | void af_alg_async_cb(struct crypto_async_request *_req, int err); |
248 | __poll_t af_alg_poll(struct file *file, struct socket *sock, | 248 | __poll_t af_alg_poll_mask(struct socket *sock, __poll_t events); |
249 | poll_table *wait); | ||
250 | struct af_alg_async_req *af_alg_alloc_areq(struct sock *sk, | 249 | struct af_alg_async_req *af_alg_alloc_areq(struct sock *sk, |
251 | unsigned int areqlen); | 250 | unsigned int areqlen); |
252 | int af_alg_get_rsgl(struct sock *sk, struct msghdr *msg, int flags, | 251 | int af_alg_get_rsgl(struct sock *sk, struct msghdr *msg, int flags, |