libceph: make ceph_osdc_notify{,_ack}() payload_len u32
[sfrench/cifs-2.6.git] / include / linux / ceph / osd_client.h
index 0d6ee04b4c417c3fcd82c320ce3c7f2a75254d13..d6fe7e4df8cf59120719ee203f551cde268d75aa 100644 (file)
@@ -528,12 +528,12 @@ int ceph_osdc_notify_ack(struct ceph_osd_client *osdc,
                         u64 notify_id,
                         u64 cookie,
                         void *payload,
-                        size_t payload_len);
+                        u32 payload_len);
 int ceph_osdc_notify(struct ceph_osd_client *osdc,
                     struct ceph_object_id *oid,
                     struct ceph_object_locator *oloc,
                     void *payload,
-                    size_t payload_len,
+                    u32 payload_len,
                     u32 timeout,
                     struct page ***preply_pages,
                     size_t *preply_len);