File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,11 @@ class MClientCaps final : public SafeMessage {
137137 inodeno_t ino,
138138 inodeno_t realm,
139139 uint64_t id,
140- long seq,
140+ ceph_seq_t seq,
141141 int caps,
142142 int wanted,
143143 int dirty,
144- int mseq,
144+ ceph_seq_t mseq,
145145 epoch_t oeb)
146146 : SafeMessage{CEPH_MSG_CLIENT_CAPS, HEAD_VERSION, COMPAT_VERSION},
147147 osd_epoch_barrier (oeb) {
@@ -159,7 +159,7 @@ class MClientCaps final : public SafeMessage {
159159 }
160160 MClientCaps (int op,
161161 inodeno_t ino, inodeno_t realm,
162- uint64_t id, int mseq, epoch_t oeb)
162+ uint64_t id, ceph_seq_t mseq, epoch_t oeb)
163163 : SafeMessage{CEPH_MSG_CLIENT_CAPS, HEAD_VERSION, COMPAT_VERSION},
164164 osd_epoch_barrier (oeb) {
165165 memset (&head, 0 , sizeof (head));
You can’t perform that action at this time.
0 commit comments