libceph: make ceph_osdc_notify{,_ack}() payload_len u32
authorIlya Dryomov <idryomov@gmail.com>
Mon, 25 Jun 2018 15:26:55 +0000 (17:26 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 2 Aug 2018 19:26:11 +0000 (21:26 +0200)
commit6d54228fd1f293d00576ab2c3d2e4992c7cce12f
treec05fcb7bfe28add1a7272d70b73ea3317de11570
parent93d35c754d97a57bda2a2c6c39dce9b67a9f3c99
libceph: make ceph_osdc_notify{,_ack}() payload_len u32

The wire format dictates that payload_len fits into 4 bytes.  Take u32
instead of size_t to reflect that.

All callers pass a small integer, so no changes required.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/osd_client.h
net/ceph/osd_client.c