aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ceph/messenger.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h
index 76b4645e2dff..b53b9ef65009 100644
--- a/include/linux/ceph/messenger.h
+++ b/include/linux/ceph/messenger.h
@@ -105,6 +105,12 @@ struct ceph_msg_data_cursor {
105 unsigned int vector_offset; /* bytes from vector */ 105 unsigned int vector_offset; /* bytes from vector */
106 }; 106 };
107#endif /* CONFIG_BLOCK */ 107#endif /* CONFIG_BLOCK */
108 struct { /* pages */
109 size_t resid; /* bytes from array */
110 unsigned int page_offset; /* offset in page */
111 unsigned short page_index; /* index in array */
112 unsigned short page_count; /* pages in array */
113 };
108 struct { /* pagelist */ 114 struct { /* pagelist */
109 struct page *page; /* page from list */ 115 struct page *page; /* page from list */
110 size_t offset; /* bytes from list */ 116 size_t offset; /* bytes from list */