Skip to content

Commit

Permalink
Merge pull request openzfs#458 from delphix/projects/merge-upstream/m…
Browse files Browse the repository at this point in the history
…aster

Merge remote-tracking branch '6.0/stage' into 'master'
  • Loading branch information
ahrens authored Jun 1, 2022
2 parents cb212d2 + d3eb737 commit b9309f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zfs_object_agent/zcache/src/hits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl HitsBySize {
humantime::format_duration(Duration::from_secs(
(self.end_time - self.start_time)
.to_std()
.unwrap()
.unwrap_or_default()
.as_secs()
)),
);
Expand Down

0 comments on commit b9309f7

Please sign in to comment.