]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ceph/messenger.h
ceph: keep reserved replies on the request structure
[net-next-2.6.git] / fs / ceph / messenger.h
index dca2d32b40de7d39a0c034598a7200aa4805bc0b..c26a3d8aa78c7759c49227857748cbb715a67fb2 100644 (file)
@@ -226,8 +226,8 @@ extern void ceph_con_open(struct ceph_connection *con,
 extern void ceph_con_close(struct ceph_connection *con);
 extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
 extern void ceph_con_revoke(struct ceph_connection *con, struct ceph_msg *msg);
-extern void ceph_con_revoke_pages(struct ceph_connection *con,
-                                 struct page **pages);
+extern void ceph_con_revoke_message(struct ceph_connection *con,
+                                 struct ceph_msg *msg);
 extern void ceph_con_keepalive(struct ceph_connection *con);
 extern struct ceph_connection *ceph_con_get(struct ceph_connection *con);
 extern void ceph_con_put(struct ceph_connection *con);