Skip to content

Commit

Permalink
Merge pull request openzfs#464 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
Prakash Surya authored Jun 6, 2022
2 parents b9309f7 + ac47650 commit 3592091
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 3592091

Please sign in to comment.