Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/6.0/stage'
Browse files Browse the repository at this point in the history
  • Loading branch information
Delphix Engineering committed Jun 6, 2022
2 parents b9309f7 + a5fb50f commit ac47650
Show file tree
Hide file tree
Showing 24 changed files with 619 additions and 529 deletions.
6 changes: 6 additions & 0 deletions cmd/zfs_object_agent/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ rustflags = [
"-Dclippy::dbg_macro",
]

# include frame pointers so that we get a little bit of stack trace for
# flame graphs (without full dwarf unwinding)
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "force-frame-pointers=yes",
]
209 changes: 143 additions & 66 deletions cmd/zfs_object_agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ac47650

Please sign in to comment.