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, 4 insertions, 0 deletions
diff --git a/fs/ceph/messenger.h b/fs/ceph/messenger.h
index 76fbc957bc13..5a79450604ef 100644
--- a/fs/ceph/messenger.h
+++ b/fs/ceph/messenger.h
@@ -82,6 +82,10 @@ struct ceph_msg {
82 struct ceph_pagelist *pagelist; /* instead of pages */ 82 struct ceph_pagelist *pagelist; /* instead of pages */
83 struct list_head list_head; 83 struct list_head list_head;
84 struct kref kref; 84 struct kref kref;
85 struct bio *bio; /* instead of pages/pagelist */
86 struct bio *bio_iter; /* bio iterator */
87 int bio_seg; /* current bio segment */
88 struct ceph_pagelist *trail; /* the trailing part of the data */
85 bool front_is_vmalloc; 89 bool front_is_vmalloc;
86 bool more_to_follow; 90 bool more_to_follow;
87 bool needs_out_seq; 91 bool needs_out_seq;