aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ceph/messenger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h
index c1d3f5a65273..861138f7c161 100644
--- a/include/linux/ceph/messenger.h
+++ b/include/linux/ceph/messenger.h
@@ -157,7 +157,7 @@ struct ceph_msg {
157 bool front_is_vmalloc; 157 bool front_is_vmalloc;
158 bool more_to_follow; 158 bool more_to_follow;
159 bool needs_out_seq; 159 bool needs_out_seq;
160 int front_max; 160 int front_alloc_len;
161 unsigned long ack_stamp; /* tx: when we were acked */ 161 unsigned long ack_stamp; /* tx: when we were acked */
162 162
163 struct ceph_msgpool *pool; 163 struct ceph_msgpool *pool;