提交 38544bff 编写于 作者: A Al Viro

crypto: annotate ->poll() instances

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 1771e70a
...@@ -1054,13 +1054,13 @@ EXPORT_SYMBOL_GPL(af_alg_async_cb); ...@@ -1054,13 +1054,13 @@ EXPORT_SYMBOL_GPL(af_alg_async_cb);
/** /**
* af_alg_poll - poll system call handler * af_alg_poll - poll system call handler
*/ */
unsigned int af_alg_poll(struct file *file, struct socket *sock, __poll_t af_alg_poll(struct file *file, struct socket *sock,
poll_table *wait) poll_table *wait)
{ {
struct sock *sk = sock->sk; struct sock *sk = sock->sk;
struct alg_sock *ask = alg_sk(sk); struct alg_sock *ask = alg_sk(sk);
struct af_alg_ctx *ctx = ask->private; struct af_alg_ctx *ctx = ask->private;
unsigned int mask; __poll_t mask;
sock_poll_wait(file, sk_sleep(sk), wait); sock_poll_wait(file, sk_sleep(sk), wait);
mask = 0; mask = 0;
......
...@@ -186,7 +186,6 @@ static int skcipher_recvmsg(struct socket *sock, struct msghdr *msg, ...@@ -186,7 +186,6 @@ static int skcipher_recvmsg(struct socket *sock, struct msghdr *msg,
return ret; return ret;
} }
static struct proto_ops algif_skcipher_ops = { static struct proto_ops algif_skcipher_ops = {
.family = PF_ALG, .family = PF_ALG,
......
...@@ -243,7 +243,7 @@ int af_alg_sendmsg(struct socket *sock, struct msghdr *msg, size_t size, ...@@ -243,7 +243,7 @@ int af_alg_sendmsg(struct socket *sock, struct msghdr *msg, size_t size,
ssize_t af_alg_sendpage(struct socket *sock, struct page *page, ssize_t af_alg_sendpage(struct socket *sock, struct page *page,
int offset, size_t size, int flags); int offset, size_t size, int flags);
void af_alg_async_cb(struct crypto_async_request *_req, int err); void af_alg_async_cb(struct crypto_async_request *_req, int err);
unsigned int af_alg_poll(struct file *file, struct socket *sock, __poll_t af_alg_poll(struct file *file, struct socket *sock,
poll_table *wait); poll_table *wait);
struct af_alg_async_req *af_alg_alloc_areq(struct sock *sk, struct af_alg_async_req *af_alg_alloc_areq(struct sock *sk,
unsigned int areqlen); unsigned int areqlen);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册