mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
backtrace: rework for signal safety
Mostly, try a lot harder to not allocate anything. Sponsored-by: Klara, Inc. Sponsored-by: Wasabi Technology, Inc. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rob Norris <rob.norris@klarasystems.com> Closes #16181
This commit is contained in:
committed by
Brian Behlendorf
parent
3974ef045e
commit
1ea8c59441
@@ -27,6 +27,6 @@
|
||||
#ifndef _LIBSPL_SYS_BACKTRACE_H
|
||||
#define _LIBSPL_SYS_BACKTRACE_H
|
||||
|
||||
void libspl_backtrace(void);
|
||||
void libspl_backtrace(int fd);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user