We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2bde38 + 12b9d73 commit d20b704Copy full SHA for d20b704
src/include/cephfs/types.h
@@ -1190,7 +1190,7 @@ void inode_t<Allocator>::dump(ceph::Formatter *f) const
1190
f->dump_unsigned("time_warp_seq", time_warp_seq);
1191
f->dump_unsigned("change_attr", change_attr);
1192
f->dump_int("export_pin", export_pin);
1193
- f->dump_int("export_ephemeral_random_pin", export_ephemeral_random_pin);
+ f->dump_float("export_ephemeral_random_pin", export_ephemeral_random_pin);
1194
f->dump_bool("export_ephemeral_distributed_pin", get_ephemeral_distributed_pin());
1195
f->dump_bool("quiesce_block", get_quiesce_block());
1196
0 commit comments