diff options
author | Ilya Dryomov <idryomov@redhat.com> | 2014-12-19 05:10:10 -0500 |
---|---|---|
committer | Ilya Dryomov <idryomov@redhat.com> | 2015-01-08 12:36:56 -0500 |
commit | 0668ff52e2fbca869c579025612e9bcfc4edd40e (patch) | |
tree | 3e6e6dee6c321e2a57aadaabb4de4077366b6d48 /fs/ceph/addr.c | |
parent | b1940cd21c0f4abdce101253e860feff547291b0 (diff) |
ceph: use %zu for len in ceph_fill_inline_data()
len is size_t, should be printed with %zu.
Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
Diffstat (limited to 'fs/ceph/addr.c')
-rw-r--r-- | fs/ceph/addr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/addr.c b/fs/ceph/addr.c index f5013d92a7e6..c81c0e004588 100644 --- a/fs/ceph/addr.c +++ b/fs/ceph/addr.c | |||
@@ -1416,7 +1416,7 @@ void ceph_fill_inline_data(struct inode *inode, struct page *locked_page, | |||
1416 | } | 1416 | } |
1417 | } | 1417 | } |
1418 | 1418 | ||
1419 | dout("fill_inline_data %p %llx.%llx len %lu locked_page %p\n", | 1419 | dout("fill_inline_data %p %llx.%llx len %zu locked_page %p\n", |
1420 | inode, ceph_vinop(inode), len, locked_page); | 1420 | inode, ceph_vinop(inode), len, locked_page); |
1421 | 1421 | ||
1422 | if (len > 0) { | 1422 | if (len > 0) { |