diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2017-06-05 08:45:00 -0400 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2017-07-07 11:25:15 -0400 |
commit | dc93e0e2831de2f80817b89aae4864b88332fcce (patch) | |
tree | 3328c04e6ccedb961e2eeee38b04b3219471c330 /include/linux/ceph | |
parent | 220abf5aa7ba5f544f1b589bde33761c60bbf9a0 (diff) |
libceph: fold [l]req->last_force_resend into ceph_osd_request_target
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r-- | include/linux/ceph/osd_client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index 85650b415e73..ef630ebd1169 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h | |||
@@ -148,6 +148,8 @@ struct ceph_osd_request_target { | |||
148 | unsigned int flags; /* CEPH_OSD_FLAG_* */ | 148 | unsigned int flags; /* CEPH_OSD_FLAG_* */ |
149 | bool paused; | 149 | bool paused; |
150 | 150 | ||
151 | u32 last_force_resend; | ||
152 | |||
151 | int osd; | 153 | int osd; |
152 | }; | 154 | }; |
153 | 155 | ||
@@ -193,7 +195,6 @@ struct ceph_osd_request { | |||
193 | unsigned long r_stamp; /* jiffies, send or check time */ | 195 | unsigned long r_stamp; /* jiffies, send or check time */ |
194 | unsigned long r_start_stamp; /* jiffies */ | 196 | unsigned long r_start_stamp; /* jiffies */ |
195 | int r_attempts; | 197 | int r_attempts; |
196 | u32 r_last_force_resend; | ||
197 | u32 r_map_dne_bound; | 198 | u32 r_map_dne_bound; |
198 | 199 | ||
199 | struct ceph_osd_req_op r_ops[]; | 200 | struct ceph_osd_req_op r_ops[]; |
@@ -221,7 +222,6 @@ struct ceph_osd_linger_request { | |||
221 | struct list_head pending_lworks; | 222 | struct list_head pending_lworks; |
222 | 223 | ||
223 | struct ceph_osd_request_target t; | 224 | struct ceph_osd_request_target t; |
224 | u32 last_force_resend; | ||
225 | u32 map_dne_bound; | 225 | u32 map_dne_bound; |
226 | 226 | ||
227 | struct timespec mtime; | 227 | struct timespec mtime; |