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.
1 parent 25803ec commit 12b9d73Copy full SHA for 12b9d73
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