mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-14 18:36:34 +00:00
libceph: switch more to bool in ceph_tcp_sendmsg()
Unlike in ceph_tcp_sendpage(), it's a bool. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
433b0a1295
commit
87349cdad9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue