Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0668ff52 authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

ceph: use %zu for len in ceph_fill_inline_data()



len is size_t, should be printed with %zu.

Signed-off-by: default avatarIlya Dryomov <idryomov@redhat.com>
parent b1940cd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1416,7 +1416,7 @@ void ceph_fill_inline_data(struct inode *inode, struct page *locked_page,
		}
	}

	dout("fill_inline_data %p %llx.%llx len %lu locked_page %p\n",
	dout("fill_inline_data %p %llx.%llx len %zu locked_page %p\n",
	     inode, ceph_vinop(inode), len, locked_page);

	if (len > 0) {