ceph: use %zu for len in ceph_fill_inline_data()
authorIlya Dryomov <idryomov@redhat.com>
Fri, 19 Dec 2014 10:10:10 +0000 (13:10 +0300)
committerIlya Dryomov <idryomov@redhat.com>
Thu, 8 Jan 2015 17:36:56 +0000 (20:36 +0300)
commit0668ff52e2fbca869c579025612e9bcfc4edd40e
tree3e6e6dee6c321e2a57aadaabb4de4077366b6d48
parentb1940cd21c0f4abdce101253e860feff547291b0
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>
fs/ceph/addr.c