aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/messenger.h')
-rw-r--r--fs/ceph/messenger.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ceph/messenger.h b/fs/ceph/messenger.h
index b6bec59056d7..dca2d32b40de 100644
--- a/fs/ceph/messenger.h
+++ b/fs/ceph/messenger.h
@@ -46,10 +46,6 @@ struct ceph_connection_operations {
46 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con, 46 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
47 struct ceph_msg_header *hdr, 47 struct ceph_msg_header *hdr,
48 int *skip); 48 int *skip);
49 /* an incoming message has a data payload; tell me what pages I
50 * should read the data into. */
51 int (*prepare_pages) (struct ceph_connection *con, struct ceph_msg *m,
52 int want);
53}; 49};
54 50
55extern const char *ceph_name_type_str(int t); 51extern const char *ceph_name_type_str(int t);