]> 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)
commit0d988e3579b935acdf02f27ff56364dbfe61f137
tree3e6e6dee6c321e2a57aadaabb4de4077366b6d48
parent016bd972173dd45f89745d2c8412fb2b4c30d084
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