diff options
Diffstat (limited to 'fs/ceph/rados.h')
-rw-r--r-- | fs/ceph/rados.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ceph/rados.h b/fs/ceph/rados.h index 12bfb2f7c275..c5614d4ae34a 100644 --- a/fs/ceph/rados.h +++ b/fs/ceph/rados.h | |||
@@ -331,7 +331,6 @@ struct ceph_osd_op { | |||
331 | * ceph_osd_op object operations. | 331 | * ceph_osd_op object operations. |
332 | */ | 332 | */ |
333 | struct ceph_osd_request_head { | 333 | struct ceph_osd_request_head { |
334 | __le64 tid; /* transaction id */ | ||
335 | __le32 client_inc; /* client incarnation */ | 334 | __le32 client_inc; /* client incarnation */ |
336 | struct ceph_object_layout layout; /* pgid */ | 335 | struct ceph_object_layout layout; /* pgid */ |
337 | __le32 osdmap_epoch; /* client's osdmap epoch */ | 336 | __le32 osdmap_epoch; /* client's osdmap epoch */ |
@@ -352,7 +351,6 @@ struct ceph_osd_request_head { | |||
352 | } __attribute__ ((packed)); | 351 | } __attribute__ ((packed)); |
353 | 352 | ||
354 | struct ceph_osd_reply_head { | 353 | struct ceph_osd_reply_head { |
355 | __le64 tid; /* transaction id */ | ||
356 | __le32 client_inc; /* client incarnation */ | 354 | __le32 client_inc; /* client incarnation */ |
357 | __le32 flags; | 355 | __le32 flags; |
358 | struct ceph_object_layout layout; | 356 | struct ceph_object_layout layout; |