diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ceph/messenger.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index dd27837f79ac..6df837f72761 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h | |||
@@ -77,7 +77,10 @@ struct ceph_msg { | |||
77 | unsigned nr_pages; /* size of page array */ | 77 | unsigned nr_pages; /* size of page array */ |
78 | unsigned page_alignment; /* io offset in first page */ | 78 | unsigned page_alignment; /* io offset in first page */ |
79 | struct ceph_pagelist *pagelist; /* instead of pages */ | 79 | struct ceph_pagelist *pagelist; /* instead of pages */ |
80 | |||
81 | struct ceph_connection *con; | ||
80 | struct list_head list_head; | 82 | struct list_head list_head; |
83 | |||
81 | struct kref kref; | 84 | struct kref kref; |
82 | struct bio *bio; /* instead of pages/pagelist */ | 85 | struct bio *bio; /* instead of pages/pagelist */ |
83 | struct bio *bio_iter; /* bio iterator */ | 86 | struct bio *bio_iter; /* bio iterator */ |