diff options
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r-- | fs/ceph/mds_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index b1c2025227c5..ee71495e27c4 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h | |||
@@ -188,6 +188,7 @@ struct ceph_mds_request { | |||
188 | struct ceph_msg *r_reply; | 188 | struct ceph_msg *r_reply; |
189 | struct ceph_mds_reply_info_parsed r_reply_info; | 189 | struct ceph_mds_reply_info_parsed r_reply_info; |
190 | int r_err; | 190 | int r_err; |
191 | bool r_aborted; | ||
191 | 192 | ||
192 | unsigned long r_timeout; /* optional. jiffies */ | 193 | unsigned long r_timeout; /* optional. jiffies */ |
193 | unsigned long r_started; /* start time to measure timeout against */ | 194 | unsigned long r_started; /* start time to measure timeout against */ |