提交 87349cda 编写于 作者: I Ilya Dryomov

libceph: switch more to bool in ceph_tcp_sendmsg()

Unlike in ceph_tcp_sendpage(), it's a bool.
Signed-off-by: NIlya Dryomov <idryomov@gmail.com>
上级 433b0a12
......@@ -544,7 +544,7 @@ static int ceph_tcp_recvpage(struct socket *sock, struct page *page,
* shortly.
*/
static int ceph_tcp_sendmsg(struct socket *sock, struct kvec *iov,
size_t kvlen, size_t len, int more)
size_t kvlen, size_t len, bool more)
{
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
int r;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册