]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3db4d33f64a5c2ed2ca88d86acb7ba64ee7ac9e7
tree3e6e6dee6c321e2a57aadaabb4de4077366b6d48
parent981369db3df4f6e821d3554bc0046723423683ef
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