Skip to content

Commit d20b704

Browse files
committed
Merge PR ceph#64325 into main
* refs/pull/64325/head: mdstypes: Dump export_ephemeral_random_pin as double Reviewed-by: Venky Shankar <[email protected]> Reviewed-by: Jos Collin <[email protected]>
2 parents d2bde38 + 12b9d73 commit d20b704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/cephfs/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ void inode_t<Allocator>::dump(ceph::Formatter *f) const
11901190
f->dump_unsigned("time_warp_seq", time_warp_seq);
11911191
f->dump_unsigned("change_attr", change_attr);
11921192
f->dump_int("export_pin", export_pin);
1193-
f->dump_int("export_ephemeral_random_pin", export_ephemeral_random_pin);
1193+
f->dump_float("export_ephemeral_random_pin", export_ephemeral_random_pin);
11941194
f->dump_bool("export_ephemeral_distributed_pin", get_ephemeral_distributed_pin());
11951195
f->dump_bool("quiesce_block", get_quiesce_block());
11961196

0 commit comments

Comments
 (0)